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: fixeria: Looks good to me, but someone else must approve pespin: Looks good to me, approved Jenkins Builder: Verified
GTPv1C_Templates: add cause code GTP_CAUSE_IMSI_IMEI_NOT_KNOWN

It will be used by SGSN Context Req/Resp/Ack test cases in the SGSN.

Change-Id: I8f919d5982a3c9a317d309c383b36043ad5d3278
---
M library/GTPv1C_Templates.ttcn
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/library/GTPv1C_Templates.ttcn b/library/GTPv1C_Templates.ttcn
index 7371ab0..fd55af6 100644
--- a/library/GTPv1C_Templates.ttcn
+++ b/library/GTPv1C_Templates.ttcn
@@ -71,6 +71,7 @@
/* reserved */
GTP_CAUSE_REQUEST_ACCEPTED (128),
GTP_CAUSE_INVALID_MSG_FORMAT (193),
+ GTP_CAUSE_IMSI_IMEI_NOT_KNOWN (194),
GTP_CAUSE_NO_RESOURCES_AVAILABLE (199)
/* FIXME */
} with { encode "RAW"

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

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I8f919d5982a3c9a317d309c383b36043ad5d3278
Gerrit-Change-Number: 39263
Gerrit-PatchSet: 16
Gerrit-Owner: lynxis lazus <lynxis@fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis@fe80.eu>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>