Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
asn1dir: update all RAN ASN.1 specs to 3GPP rel.16 and adapt few stuf…
Browse files Browse the repository at this point in the history
…f to it
  • Loading branch information
p1-bmu committed Sep 22, 2021
1 parent 175cc2d commit 839291c
Show file tree
Hide file tree
Showing 425 changed files with 910,297 additions and 720,783 deletions.
8 changes: 7 additions & 1 deletion pycrate_asn1c/specdir.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
'RRCLTE' : '3GPP_EUTRAN_RRC_36331',
'S1AP' : '3GPP_EUTRAN_S1AP_36413',
'X2AP' : '3GPP_EUTRAN_X2AP_36423',
'LPP' : '3GPP_EUTRAN_LPP_36355',
#'LPP' : '3GPP_EUTRAN_LPP_36355', # moved to 37355 starting with release 15
'LPPa' : '3GPP_EUTRAN_LPPa_36455',
'M2AP' : '3GPP_EUTRAN_M2AP_36443',
'M3AP' : '3GPP_EUTRAN_M3AP_36444',
Expand All @@ -78,6 +78,11 @@
'F1AP' : '3GPP_NR_F1AP_38473'
}

# 3GPP multi-techno
ASN_SPECS_MULT = {
'LPP' : '3GPP_MULT_LPP_37355',
}

# ITU-T various recommendations
ASN_SPECS_ITUT = {
# multimedia signaling
Expand Down Expand Up @@ -188,6 +193,7 @@
ASN_SPECS.update( ASN_SPECS_3G )
ASN_SPECS.update( ASN_SPECS_LTE )
ASN_SPECS.update( ASN_SPECS_5G )
ASN_SPECS.update( ASN_SPECS_MULT )
ASN_SPECS.update( ASN_SPECS_ITUT )
ASN_SPECS.update( ASN_SPECS_IETF )
ASN_SPECS.update( ASN_SPECS_CORE )
Expand Down
Loading

0 comments on commit 839291c

Please sign in to comment.