lynxis lazus has uploaded this change for review. ( 
https://gerrit.osmocom.org/10767


Change subject: L3_Common: extend the AuthVector to contain ATUS
......................................................................

L3_Common: extend the AuthVector to contain ATUS

AUTS is used in the UMTS AKA resync procedure.

Change-Id: Id1afa47778e6220cab375ae4b54b251801724fdb
---
M library/L3_Common.ttcn
1 file changed, 3 insertions(+), 1 deletion(-)



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

diff --git a/library/L3_Common.ttcn b/library/L3_Common.ttcn
index bf7818a..1513d9e 100644
--- a/library/L3_Common.ttcn
+++ b/library/L3_Common.ttcn
@@ -11,7 +11,8 @@
        OCT16 ik,
        OCT16 ck,
        OCT16 autn,
-       OCT8 res
+       OCT8 res,
+       OCT14 auts
 }

 private function f_rnd_oct(integer len) return octetstring {
@@ -37,6 +38,7 @@
        vec.ck := f_rnd_oct(16);
        vec.autn := f_rnd_oct(16);
        vec.res := f_rnd_oct(8);
+       vec.auts := f_rnd_oct(14);
        return vec;
 }


--
To view, visit https://gerrit.osmocom.org/10767
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id1afa47778e6220cab375ae4b54b251801724fdb
Gerrit-Change-Number: 10767
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <[email protected]>

Reply via email to