aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rrc
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-01-05 13:39:41 +0100
committerAnders Broman <a.broman58@gmail.com>2016-02-04 09:44:43 +0000
commit81b457d0c461b06de836148733d31e2e8e40cdb3 (patch)
tree7d747faac049cab2b71a03a82b5e32943b0afc8c /asn1/rrc
parent35ef16bcaf80564991b3acf339bcf65429ab6f6f (diff)
ASN1: fix misspelling (found by Lintian)
Extention -> Extension Change-Id: I10278ce21da805b2b86cac6e2b14e921acf15544 Reviewed-on: https://code.wireshark.org/review/13052 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'asn1/rrc')
-rw-r--r--asn1/rrc/InformationElements.asn4
-rw-r--r--asn1/rrc/PDU-definitions.asn4
2 files changed, 6 insertions, 2 deletions
diff --git a/asn1/rrc/InformationElements.asn b/asn1/rrc/InformationElements.asn
index ecff9576d3..495400a8a7 100644
--- a/asn1/rrc/InformationElements.asn
+++ b/asn1/rrc/InformationElements.asn
@@ -23249,7 +23249,9 @@ SysInfoType1 ::= SEQUENCE {
-- Extension mechanism for non- release99 information
v3a0NonCriticalExtensions SEQUENCE {
sysInfoType1-v3a0ext SysInfoType1-v3a0ext-IEs,
- v860NonCriticalExtentions SEQUENCE {
+-- WS modification: fix misspelling
+ v860NonCriticalExtensions SEQUENCE {
+ -- End WS modification
sysInfoType1-v860ext SysInfoType1-v860ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
diff --git a/asn1/rrc/PDU-definitions.asn b/asn1/rrc/PDU-definitions.asn
index a806c6aaf3..67d523bbae 100644
--- a/asn1/rrc/PDU-definitions.asn
+++ b/asn1/rrc/PDU-definitions.asn
@@ -10700,7 +10700,9 @@ SignallingConnectionReleaseIndication ::= SEQUENCE {
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
signallingConnectionReleaseIndication-r3-add-ext BIT STRING OPTIONAL,
- v860nonCriticalExtentions SEQUENCE {
+ -- WS modification: fix misspelling
+ v860nonCriticalExtensions SEQUENCE {
+ -- End WS modification
signallingConnectionReleaseIndication-v860ext
SignallingConnectionReleaseIndication-v860ext,
nonCriticalExtensions SEQUENCE {} OPTIONAL