lynxis lazus has uploaded this change for review.

View Change

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

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

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I396ddaf5b08faddcf002317307dcc20840898aa9
Gerrit-Change-Number: 39264
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis@fe80.eu>