CAMEL: Introduce a different InitialDPArgExtension for v2

Even if InitialDPArgExtension could have been modified in a forward
compatible way, 3GPP apparently decided against it. Introduce the V2
of InitialDPArgExtension.
This commit is contained in:
Holger Hans Peter Freyther 2017-05-02 23:04:31 +02:00
parent f1facaa8af
commit 121758e223
1 changed files with 10 additions and 1 deletions

View File

@ -987,7 +987,7 @@ InitialDPArgV2 ::= SEQUENCE {
timeAndTimezone [57] TimeAndTimezone OPTIONAL,
gsm-ForwardingPending [58] NULL OPTIONAL,
...,
initialDPArgExtension [59] InitialDPArgExtension OPTIONAL
initialDPArgExtension [59] InitialDPArgExtensionV2 OPTIONAL
}
@ -1026,6 +1026,15 @@ InitialDPArg {PARAMETERS-BOUND : bound} ::= SEQUENCE {
...
}
-- In their wisdom they not only removed naCarrierInformation but renumbered
-- all the tags. Introduce a V2 version for it.
InitialDPArgExtensionV2 ::= SEQUENCE {
naCarrierInformation [0] NACarrierInformation OPTIONAL,
gmscAddress [1] ISDN-AddressString OPTIONAL,
...
}
InitialDPArgExtension {PARAMETERS-BOUND : bound} ::= SEQUENCE {
gmscAddress [0] ISDN-AddressString OPTIONAL,
forwardingDestinationNumber [1] CalledPartyNumber {bound} OPTIONAL,