summaryrefslogtreecommitdiff
path: root/epan/dissectors/asn1/s1ap/S1AP-IEs.asn
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2017-06-28 22:53:36 +0200
committerMichael Mann <mmann78@netscape.net>2017-06-29 00:42:21 +0000
commitd4c8b27d13abf5f5438ca3bc6b73b618ed7ca150 (patch)
treee4e2931cf80e2bdf8064e5d76e9a5cb827495775 /epan/dissectors/asn1/s1ap/S1AP-IEs.asn
parent7460e6c9ec3046aa66a413e6710e0d0c3fcbbf69 (diff)
downloadwireshark-d4c8b27d13abf5f5438ca3bc6b73b618ed7ca150.tar.gz
S1AP: upgrade dissector to v13.6.0
Change-Id: Ic75bd30ae77053241bebeb47e9b3e10529a8d0f7 Reviewed-on: https://code.wireshark.org/review/22451 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/asn1/s1ap/S1AP-IEs.asn')
-rw-r--r--epan/dissectors/asn1/s1ap/S1AP-IEs.asn11
1 files changed, 6 insertions, 5 deletions
diff --git a/epan/dissectors/asn1/s1ap/S1AP-IEs.asn b/epan/dissectors/asn1/s1ap/S1AP-IEs.asn
index f7841ea30b..90cacfef05 100644
--- a/epan/dissectors/asn1/s1ap/S1AP-IEs.asn
+++ b/epan/dissectors/asn1/s1ap/S1AP-IEs.asn
@@ -1,4 +1,4 @@
--- 3GPP TS 36.413 V13.5.0 (2016-12)
+-- 3GPP TS 36.413 V13.6.0 (2017-06)
-- 9.3.4 Information Element Definitions
-- **************************************************************
--
@@ -1107,7 +1107,7 @@ M5period ::= ENUMERATED {ms1024, ms2048, ms5120, ms10240, min1, ... }
M6Configuration ::= SEQUENCE {
m6report-Interval M6report-Interval,
m6delay-threshold M6delay-threshold OPTIONAL,
--- This IE shall be present if the M6 Links to log IE is set to �uplink� or to �both-uplink-and-downlink� --
+-- This IE shall be present if the M6 Links to log IE is set to "uplink" or to "both-uplink-and-downlink" --
m6-links-to-log Links-to-log,
iE-Extensions ProtocolExtensionContainer { { M6Configuration-ExtIEs} } OPTIONAL,
...
@@ -1295,7 +1295,8 @@ OverloadAction ::= ENUMERATED {
permit-emergency-sessions-and-mobile-terminated-services-only,
...,
permit-high-priority-sessions-and-mobile-terminated-services-only,
- reject-delay-tolerant-access
+ reject-delay-tolerant-access,
+ permit-high-priority-sessions-and-exception-reporting-and-mobile-terminated-services-only
}
OverloadResponse ::= CHOICE {
@@ -1655,10 +1656,10 @@ SONConfigurationTransfer ::= SEQUENCE {
SONConfigurationTransfer-ExtIEs S1AP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 10 to transfer the IP addresses of the eNB initiating the ANR action --
{ID id-x2TNLConfigurationInfo CRITICALITY ignore EXTENSION X2TNLConfigurationInfo PRESENCE conditional
- -- This IE shall be present if the SON Information IE contains the SON Information Request IE and the SON Information Request IE is set to �X2TNL Configuration Info� --}|
+ -- This IE shall be present if the SON Information IE contains the SON Information Request IE and the SON Information Request IE is set to "X2TNL Configuration Info" --}|
-- Extension for Release 12 to transfer information concerning the source cell of synchronisation and the aggressor cell --
{ID id-Synchronisation-Information CRITICALITY ignore EXTENSION SynchronisationInformation PRESENCE conditional
- -- This IE shall be present if the SON Information IE contains the SON Information Request IE set to � Activate Muting � --},
+ -- This IE shall be present if the SON Information IE contains the SON Information Request IE set to " Activate Muting " --},
...
}