laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34280?usp=email )

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

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved




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?usp=email
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: 2
Gerrit-Owner: dexter <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to