This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.orgHello Harald Welte, Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/1746
to look at the new patch set (#2).
GSUP, OAP: fix AUTS length to 14, not 16
https://gerrit.osmocom.org/1731
Change-Id: Id33d300c4985be5f2602703a6d4dc83032f0a926
---
M OsmoSGSN/chapters/gsup.adoc
M common/chapters/oap.adoc
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/46/1746/2
diff --git a/OsmoSGSN/chapters/gsup.adoc b/OsmoSGSN/chapters/gsup.adoc
index 2a9563b..45c0e1d 100644
--- a/OsmoSGSN/chapters/gsup.adoc
+++ b/OsmoSGSN/chapters/gsup.adoc
@@ -616,7 +616,7 @@
[[gsup-ie-auts]]
==== AUTS
-The 16-byte Authentication Synchronization Nonce generated by the USIM
+The 14-byte Authentication Synchronization Nonce generated by the USIM
in case the UMTS Authentication and Key Agreement Algorithm needs to
re-synchronize the sequence counters between AUC and USIM.
diff --git a/common/chapters/oap.adoc b/common/chapters/oap.adoc
index 544da81..3c5ad35 100644
--- a/common/chapters/oap.adoc
+++ b/common/chapters/oap.adoc
@@ -191,7 +191,7 @@
|===
|IEI|IE|Type|Presence|Format|Length
| |Message Type|<<common-oap-ie-msgtype>>|M|V|1
-|20|AUTS|octet string (16)|TLV|18
+|20|AUTS|octet string (14)|TLV|16
|===
==== Sync Error
--
To view, visit https://gerrit.osmocom.org/1746
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Id33d300c4985be5f2602703a6d4dc83032f0a926
Gerrit-PatchSet: 2
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Owner: ikostov <ikostov at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder