lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39264?usp=email )
Change subject: L3_Templates: add MM cause codes ......................................................................
L3_Templates: add MM cause codes
It will be used by SGSN Context Req/Resp/Ack test cases in the SGSN.
Change-Id: I396ddaf5b08faddcf002317307dcc20840898aa9 --- M library/L3_Templates.ttcn 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/64/39264/1
diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn index 1f868db..7cf82a3 100644 --- a/library/L3_Templates.ttcn +++ b/library/L3_Templates.ttcn @@ -53,6 +53,10 @@ SERVICE_TYPE_MBMS_Broadcast_Service_Reception ('100'B) }
+/* TS 24.008 Table 10.5.147; Annex G, both MM and GMM cause code (8 bits) */ +const OCT1 c_MM_CAUSE_IMSI_UNKNOWN_IN_HLR := '02'O; +const OCT1 c_MM_CAUSE_MS_NOT_DERIVED := '09'O; + template ML3_Cause_TLV ts_ML3_Cause(BIT7 cause, BIT4 loc := '0001'B, BIT2 std := '11'B) := { elementIdentifier := '08'O, lengthIndicator := 0, /* overwritten */