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


Change subject: NAS_Templates: add template for NAS key set identifier
......................................................................

NAS_Templates: add template for NAS key set identifier

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



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

diff --git a/library/NAS_Templates.ttcn b/library/NAS_Templates.ttcn
index 2e8be0e..f132c4e 100644
--- a/library/NAS_Templates.ttcn
+++ b/library/NAS_Templates.ttcn
@@ -326,6 +326,15 @@
         activeFlag := activeFlag
 }

+/* 9.9.3.21 NAS key set identifier */
+const BIT3 c_NAS_KEY_SET_ID_NO_KEY := '111'B;
+const BIT1 c_NAS_TSC_NATIVE_SEC_CTX := '0'B;
+const BIT1 c_NAS_TSC_MAPPED_SEC_CTX := '1'B;
+template (value) NAS_KeySetIdentifierV ts_NAS_KeySetIdentifierV(BIT3 
identifier := c_NAS_KEY_SET_ID_NO_KEY, BIT1 tSC := c_NAS_TSC_NATIVE_SEC_CTX) := 
{
+        identifier := identifier,
+        tSC := tSC
+}
+
 /* 8.2.3 Attach Reject */
 template (value) PDU_NAS_EPS
 ts_NAS_AttachReject(template (value) EMM_CauseV cause) := {

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34270
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: I2df0c9d1bf4bf0073b5f7b77708b8de59f96a639
Gerrit-Change-Number: 34270
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>
Gerrit-MessageType: newchange

Reply via email to