Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

SELECT "event_id","the_measured_system","direction","time",0 AS "p_rev","sub_ch

annel","rlc/mac_message" AS "Message name","rlc/mac_data" AS "Data","gsm_signali


ng_message_type","sql_time" AS "_exclude_order" FROM "Nemo.GSM"."MAC+" UNION AL
L SELECT "event_id", "the_measured_system", "direction", "time", "p_rev", "sub_c
hannel/channel_type", "layer3_message", "layer3_data", CAST(NULL AS TINYINT), "s
ql_time" AS "_exclude_order" FROM "Nemo"."L3+" ORDER BY "_exclude_order"
SELECT "time", "layer3_message" FROM "Nemo"."L3+"
SELECT "time", "layer3_message" FROM "Nemo"."L3+" where "layer3_message" = 'IMM
EDIATE_ASSIGNMENT'
SELECT "time", "layer3_message" FROM "Nemo"."L3+" where "layer3_message" = 'CHA
NNEL_REQUEST'

You might also like