Change in pysim[master]: ts_31_102: Extend DF_5GS to 3GPP 31.102 R16.6

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/.

laforge gerrit-no-reply at lists.osmocom.org
Sat Apr 24 10:08:47 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/23836 )

Change subject: ts_31_102: Extend DF_5GS to 3GPP 31.102 R16.6
......................................................................

ts_31_102: Extend DF_5GS to 3GPP 31.102 R16.6

Change-Id: I344d8247ff81463e5c0140ff17e66322a61ef20f
---
M pySim/ts_31_102.py
1 file changed, 12 insertions(+), 3 deletions(-)

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



diff --git a/pySim/ts_31_102.py b/pySim/ts_31_102.py
index 1a78a12..3497dee 100644
--- a/pySim/ts_31_102.py
+++ b/pySim/ts_31_102.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 
 """
-Various constants from ETSI TS 131 102
+Various constants from 3GPP TS 31.102 V16.6.0
 """
 
 #
@@ -152,6 +152,13 @@
 	126: 'UAC Access Identities support',
 	127: 'Expect control plane-based Steering of Roaming information during initial registration in VPLMN',
 	128: 'Call control on PDU Session by USIM',
+	129: '5GS Operator PLMN List',
+	130: 'Support for SUPI of type NSI or GLI or GCI',
+	131: '3GPP PS Data Off separate Home and Roaming lists',
+	132: 'Support for URSP by USIM',
+	133: '5G Security Parameters extended',
+	134: 'MuD and MiD configuration data',
+	135: 'Support for Trusted non-3GPP access networks by USIM'
 }
 
 LOCI_STATUS_map = {
@@ -633,7 +640,7 @@
     def __init__(self, fid='5FC0', name='DF.5GS', desc='5GS related files'):
         super().__init__(fid=fid, name=name, desc=desc)
         files = [
-          # I'm looking at 31.102 R15.9
+          # I'm looking at 31.102 R16.6
           EF_5GS3GPPLOCI(),
           EF_5GS3GPPLOCI('4f02', 0x02, 'EF.5GSN3GPPLOCI', '5GS non-3GPP location information'),
           LinFixedEF('4F03', 0x03, 'EF.5GS3GPPNSC', '5GS 3GPP Access NAS Security Context', rec_len={57,None}),
@@ -642,8 +649,10 @@
           EF_UAC_AIC(),
           EF_SUCI_Calc_Info(),
           EF_OPL5G(),
-          TransparentEF('4F09', 0x09, 'EF.NSI', 'Network Specific Identifier'),
+          TransparentEF('4F09', 0x09, 'EF.SUPI_NAI', 'SUPI as Network Access Identifier'),
           TransparentEF('4F0A', 0x0a, 'EF.Routing_Indicator', 'Routing Indicator', size={4,4}),
+          TransparentEF('4F0B', 0x0b, 'EF.URSP', 'UE Route Selector Policies per PLMN'),
+          TransparentEF('4F0C', 0x0c, 'EF.TN3GPPSNN', 'Trusted non-3GPP Serving network names list'),
         ]
         self.add_files(files)
 

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

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I344d8247ff81463e5c0140ff17e66322a61ef20f
Gerrit-Change-Number: 23836
Gerrit-PatchSet: 3
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: herlesupreeth <herlesupreeth at gmail.com>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210424/ddf1d3e8/attachment.htm>


More information about the gerrit-log mailing list