lynxis lazus submitted this change.

View Change



3 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.

Approvals: pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved Jenkins Builder: Verified
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(-)

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 */

To view, visit change 39264. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I396ddaf5b08faddcf002317307dcc20840898aa9
Gerrit-Change-Number: 39264
Gerrit-PatchSet: 16
Gerrit-Owner: lynxis lazus <lynxis@fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: lynxis lazus <lynxis@fe80.eu>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>