lynxis lazus has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39264?usp=email )
(
3 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )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(-)
Approvals: pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved Jenkins Builder: Verified
diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn index 8f419f0..19be96d 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 */