dexter has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34280 )


Change subject: NAS_Templates: add template for Tracking Area Update Reject
......................................................................

NAS_Templates: add template for Tracking Area Update Reject

Change-Id: Id64e8a28e47235766efbef6df0114c3024cc2f47
Related: OS#5760
---
M library/NAS_Templates.ttcn
1 file changed, 27 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/80/34280/1

diff --git a/library/NAS_Templates.ttcn b/library/NAS_Templates.ttcn
index 4b98ee8..45f5f8d 100644
--- a/library/NAS_Templates.ttcn
+++ b/library/NAS_Templates.ttcn
@@ -335,6 +335,23 @@
         tSC := tSC
 }

+/* 8.2.28 Tracking Area Update Reject */
+template (present) PDU_NAS_EPS
+tr_PDU_NAS_EPS_TrackingAreaUpdateReject(template (present) EMM_CauseV cause := 
?) := {
+       protocolDiscriminator := c_EPS_NAS_PD_EMM,
+       ePS_messages := {
+               ePS_MobilityManagement := {
+                       pDU_NAS_EPS_TrackingAreaUpdateReject := {
+                               securityHeaderType := c_EPS_SEC_NONE,
+                               messageType := '01001011'B,
+                               emmCause := cause,
+                               t3346 := *,
+                               extendedEmmCause := *
+                       }
+               }
+       }
+}
+
 /* 8.2.29 Tracking Area Update Request */
 template (value) PDU_NAS_EPS
 ts_PDU_NAS_EPS_TrackingAreaUpdateRequest(EPS_MobileIdentityLV old_guti) := {

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34280
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id64e8a28e47235766efbef6df0114c3024cc2f47
Gerrit-Change-Number: 34280
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>
Gerrit-MessageType: newchange

Reply via email to