lynxis lazus has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/63/39263/1
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: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I8f919d5982a3c9a317d309c383b36043ad5d3278
Gerrit-Change-Number: 39263
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis@fe80.eu>