summaryrefslogtreecommitdiff
path: root/asn1/qsig
diff options
context:
space:
mode:
authorRichard van der Hoff <richardv@mxtelecom.com>2007-07-20 10:45:41 +0000
committerRichard van der Hoff <richardv@mxtelecom.com>2007-07-20 10:45:41 +0000
commit7363c2c3d0484b73c720c3a6aac63e6738753bd0 (patch)
tree36e893383ffacecedbfc149ff9a497f6acbd5573 /asn1/qsig
parent3b5c406f8c7c950fca9bf812c1e0e2dafcf529cb (diff)
downloadwireshark-7363c2c3d0484b73c720c3a6aac63e6738753bd0.tar.gz
kukosa has replaced these with uppercase variants (he should have svn mv'ed them...)
svn path=/trunk/; revision=22362
Diffstat (limited to 'asn1/qsig')
-rw-r--r--asn1/qsig/qsig-cf.asn297
-rw-r--r--asn1/qsig/qsig-na.asn137
2 files changed, 0 insertions, 434 deletions
diff --git a/asn1/qsig/qsig-cf.asn b/asn1/qsig/qsig-cf.asn
deleted file mode 100644
index 0792bf7f9b..0000000000
--- a/asn1/qsig/qsig-cf.asn
+++ /dev/null
@@ -1,297 +0,0 @@
--- QSIG-CF.asn
---
--- Taken from Ecma International
--- http://www.ecma-international.org/publications/standards/Ecma-174.htm
---
--- $Id$
---
-
-Call-Diversion-Operations-asn1-97 {iso(1) standard(0)
- pss1-call-diversion(13873) call-diversion-operations-asn1-97(1)} DEFINITIONS
-EXPLICIT TAGS ::=
-BEGIN
-
-IMPORTS
- OPERATION, ERROR
- FROM Remote-Operations-Information-Objects {joint-iso-itu-t
- remote-operations(4) informationObjects(5) version1(0)}
- EXTENSION, Extension{}
- FROM Manufacturer-specific-service-extension-class-asn1-97 {iso(1)
- standard(0) pss1-generic-procedures(11582) msi-class-asn1-97(11)}
- PSS1InformationElement
- FROM PSS1-generic-parameters-definition-asn1-97 {iso(1) standard(0)
- pss1-generic-procedures(11582) pss1-generic-parameters-asn1-97(17)}
- Address, PartyNumber, PartySubaddress, PresentedNumberScreened,
- PresentedNumberUnscreened, PresentationAllowedIndicator
- FROM Addressing-Data-Elements-asn1-97 {iso(1) standard(0)
- pss1-generic-procedures(11582) addressing-data-elements-asn1-97(20)}
- Name
- FROM Name-Operations-asn1-97 {iso(1) standard(0) pss1-name(13868)
- name-operations-asn1-97(1)}
- userNotSubscribed, notAvailable, invalidServedUserNr,
- basicServiceNotProvided, resourceUnavailable,
- supplementaryServiceInteractionNotAllowed
- FROM General-Error-List {ccitt recommendation q 950 general-error-list(1)};
-
-Call-Diversion-Operations OPERATION ::=
- {activateDiversionQ | deactivateDiversionQ | interrogateDiversionQ |
- checkRestriction | callRerouteing | divertingLegInformation1 |
- divertingLegInformation2 | divertingLegInformation3 | cfnrDivertedLegFailed}
-
-activateDiversionQ OPERATION ::= {
- -- Sent from the Activating PINX to the Served User PINX
- ARGUMENT
- SEQUENCE {procedure Procedure,
- basicService BasicService,
- divertedToAddress Address,
- servedUserNr PartyNumber,
- activatingUserNr PartyNumber,
- extension
- CHOICE {single
- [1] IMPLICIT Extension{{DiversionExtensionSet}},
- multiple
- [2] IMPLICIT SEQUENCE OF
- Extension{{DiversionExtensionSet}}}
- OPTIONAL}
- RESULT
- CHOICE {null NULL,
- single [1] IMPLICIT Extension{{DiversionExtensionSet}},
- multiple
- [2] IMPLICIT SEQUENCE OF Extension{{DiversionExtensionSet}}}
- ERRORS
- {userNotSubscribed | notAvailable | invalidServedUserNr |
- basicServiceNotProvided | resourceUnavailable | invalidDivertedToNr |
- specialServiceNr | diversionToServedUserNr | temporarilyUnavailable |
- notAuthorized | unspecified}
- CODE local:15}
-
-
-deactivateDiversionQ OPERATION ::= {
- -- Sent from the Deactivating PINX to the Served User PINX
- ARGUMENT
- SEQUENCE {procedure Procedure,
- basicService BasicService,
- servedUserNr PartyNumber,
- deactivatingUserNr PartyNumber,
- extension
- CHOICE {single
- [1] IMPLICIT Extension{{DiversionExtensionSet}},
- multiple
- [2] IMPLICIT SEQUENCE OF
- Extension{{DiversionExtensionSet}}}
- OPTIONAL}
- RESULT
- CHOICE {null NULL,
- single [1] IMPLICIT Extension{{DiversionExtensionSet}},
- multiple
- [2] IMPLICIT SEQUENCE OF Extension{{DiversionExtensionSet}}}
- ERRORS
- {userNotSubscribed | notAvailable | invalidServedUserNr |
- temporarilyUnavailable | notAuthorized | unspecified}
- CODE local:16}
-
-
-interrogateDiversionQ OPERATION ::= {
- -- Sent from the Interrogating PINX to the Served User PINX
- ARGUMENT
- SEQUENCE {procedure Procedure,
- basicService BasicService DEFAULT allServices,
- servedUserNr PartyNumber,
- interrogatingUserNr PartyNumber,
- extension
- CHOICE {single
- [1] IMPLICIT Extension{{DiversionExtensionSet}},
- multiple
- [2] IMPLICIT SEQUENCE OF
- Extension{{DiversionExtensionSet}}}
- OPTIONAL}
- RESULT IntResultList
- ERRORS
- {userNotSubscribed | notAvailable | invalidServedUserNr |
- temporarilyUnavailable | notAuthorized | unspecified}
- CODE local:17}
-
-
-checkRestriction OPERATION ::= {
- -- Sent from the Served User PINX to the Diverted-to PINX
- ARGUMENT
- SEQUENCE {servedUserNr PartyNumber,
- basicService BasicService,
- divertedToNr PartyNumber,
- extension
- CHOICE {single
- [1] IMPLICIT Extension{{DiversionExtensionSet}},
- multiple
- [2] IMPLICIT SEQUENCE OF
- Extension{{DiversionExtensionSet}}}
- OPTIONAL}
- RESULT
- CHOICE {null NULL,
- single [1] IMPLICIT Extension{{DiversionExtensionSet}},
- multiple
- [2] IMPLICIT SEQUENCE OF Extension{{DiversionExtensionSet}}}
- ERRORS
- {notAvailable | invalidServedUserNr | invalidDivertedToNr |
- specialServiceNr | unspecified}
- CODE local:18}
-
-
-callRerouteing OPERATION ::= {
- -- Sent from the Served User PINX to the Rerouteing PINX
- ARGUMENT
- SEQUENCE {rerouteingReason DiversionReason,
- originalRerouteingReason [0] IMPLICIT DiversionReason OPTIONAL,
- calledAddress Address,
- diversionCounter INTEGER(1..15),
- pSS1InfoElement PSS1InformationElement,
- -- The basic call information elements Bearer capability, High layer compatibility, Low
- -- layer compatibity and Progress indicator can be embedded in the
- -- pSS1InfoElement in accordance with 6.5.3.1.5.
- lastRerouteingNr [1] PresentedNumberUnscreened,
- subscriptionOption [2] IMPLICIT SubscriptionOption,
- callingPartySubaddress [3] PartySubaddress OPTIONAL,
- callingNumber [4] PresentedNumberScreened,
- callingName [5] Name OPTIONAL,
- originalCalledNr [6] PresentedNumberUnscreened OPTIONAL,
- redirectingName [7] Name OPTIONAL,
- originalCalledName [8] Name OPTIONAL,
- extension
- CHOICE {single
- [9] IMPLICIT Extension{{DiversionExtensionSet}},
- multiple
- [10] IMPLICIT SEQUENCE OF
- Extension{{DiversionExtensionSet}}}
- OPTIONAL}
- RESULT
- CHOICE {null NULL,
- single [1] IMPLICIT Extension{{DiversionExtensionSet}},
- multiple
- [2] IMPLICIT SEQUENCE OF Extension{{DiversionExtensionSet}}}
- ERRORS
- {userNotSubscribed | notAvailable | resourceUnavailable |
- invalidDivertedToNr | specialServiceNr | diversionToServedUserNr |
- numberOfDiversionsExceeded | supplementaryServiceInteractionNotAllowed |
- unspecified}
- -- The error value numberOfDiversionsExceeded applies only in case of partial rerouteing.
- CODE local:19}
-
-
-divertingLegInformation1 OPERATION ::= {
- -- Sent from the Rerouteing PINX to the Originating PINX
- ARGUMENT
- SEQUENCE {diversionReason DiversionReason,
- subscriptionOption SubscriptionOption,
- nominatedNr PartyNumber,
- extension
- CHOICE {single
- [9] IMPLICIT Extension{{DiversionExtensionSet}},
- multiple
- [10] IMPLICIT SEQUENCE OF
- Extension{{DiversionExtensionSet}}}
- OPTIONAL}
- RETURN RESULT FALSE
- ALWAYS RESPONDS FALSE
- CODE local:20}
-
-
-divertingLegInformation2 OPERATION ::= {
- -- Sent from the Rerouteing PINX to the Diverted-to PINX
- ARGUMENT
- SEQUENCE {diversionCounter INTEGER(1..15),
- diversionReason DiversionReason,
- originalDiversionReason [0] IMPLICIT DiversionReason OPTIONAL,
- divertingNr [1] PresentedNumberUnscreened OPTIONAL,
- originalCalledNr [2] PresentedNumberUnscreened OPTIONAL,
- redirectingName [3] Name OPTIONAL,
- originalCalledName [4] Name OPTIONAL,
- extension
- CHOICE {single
- [5] IMPLICIT Extension{{DiversionExtensionSet}},
- multiple
- [6] IMPLICIT SEQUENCE OF
- Extension{{DiversionExtensionSet}}}
- OPTIONAL}
- -- The divertingNr element is mandatory except in the case of interworking.
- RETURN RESULT FALSE
- ALWAYS RESPONDS FALSE
- CODE local:21}
-
-
-divertingLegInformation3 OPERATION ::= {
- -- Sent from the Diverted-to PINX to the Originating PINX
- ARGUMENT
- SEQUENCE {presentationAllowedIndicator PresentationAllowedIndicator,
- redirectionName [0] Name OPTIONAL,
- extension
- CHOICE {single
- [1] IMPLICIT Extension{{DiversionExtensionSet}},
- multiple
- [2] IMPLICIT SEQUENCE OF
- Extension{{DiversionExtensionSet}}}
- OPTIONAL}
- RETURN RESULT FALSE
- ALWAYS RESPONDS FALSE
- CODE local:22}
-
-
-cfnrDivertedLegFailed OPERATION ::= {
- -- Sent from the Rerouteing PINX to the Served User PINX
- -- This indicates that the diverted-to leg has been cleared during SS-CFNR execution.
- ARGUMENT
- CHOICE {null NULL,
- single [1] IMPLICIT Extension{{DiversionExtensionSet}},
- multiple
- [2] IMPLICIT SEQUENCE OF Extension{{DiversionExtensionSet}}}
- RETURN RESULT FALSE
- ALWAYS RESPONDS FALSE
- CODE local:23}
-
-
--- Definitions of general used data types:
-DiversionReason ::= ENUMERATED {unknown(0), cfu(1), cfb(2), cfnr(3)}
-
--- The value unknown is only used if received from another network when interworking.
-IntResultList ::= SET SIZE (0..29) OF IntResult
-
-IntResult ::= SEQUENCE {
- servedUserNr PartyNumber,
- basicService BasicService,
- procedure Procedure,
- divertedToAddress Address,
- remoteEnabled BOOLEAN DEFAULT FALSE,
- extension
- CHOICE {single [1] IMPLICIT Extension --{{DiversionExtensionSet}}--,
- multiple
- [2] IMPLICIT SEQUENCE OF Extension --{{DiversionExtensionSet}}--}
- OPTIONAL}
-
-Procedure ::= ENUMERATED {cfu(0), cfb(1), cfnr(2)}
-
-SubscriptionOption ::= ENUMERATED {
- noNotification(0), notificationWithoutDivertedToNr(1),
- notificationWithDivertedToNr(2)}
-
-BasicService ::= ENUMERATED {
- allServices(0), speech(1), unrestrictedDigitalInformation(2), audio3100Hz(3),
- telephony(32), teletex(33), telefaxGroup4Class1(34), videotexSyntaxBased(35),
- videotelephony(36)}
-
-DiversionExtensionSet EXTENSION ::= {...}
-
-invalidDivertedToNr ERROR ::= {CODE local:12}
-
-specialServiceNr ERROR ::= {CODE local:14}
-
-diversionToServedUserNr ERROR ::= {CODE local:15}
-
-numberOfDiversionsExceeded ERROR ::= {CODE local:24}
-
-temporarilyUnavailable ERROR ::= {CODE local:1000}
-
-notAuthorized ERROR ::= {CODE local:1007}
-
-unspecified ERROR ::= {
- PARAMETER Extension {{DiversionExtensionSet}}
- CODE local:1008}
-
-END -- of Call-Diversion-Operations-asn1-97 \ No newline at end of file
diff --git a/asn1/qsig/qsig-na.asn b/asn1/qsig/qsig-na.asn
deleted file mode 100644
index 2af5e0610e..0000000000
--- a/asn1/qsig/qsig-na.asn
+++ /dev/null
@@ -1,137 +0,0 @@
--- QSIG-NA.asn
---
--- Taken from Ecma International
--- http://www.ecma-international.org/publications/standards/Ecma-164.htm
---
--- $Id$
---
-
-Name-Operations-asn1-97 {iso(1) standard(0) pss1-name(13868)
- name-operations-asn1-97(1)} DEFINITIONS ::=
-BEGIN
-
-IMPORTS
- OPERATION
- FROM Remote-Operations-Information-Objects {joint-iso-itu-t
- remote-operations(4) informationObjects(5) version1(0)}
- EXTENSION, Extension{}
- FROM Manufacturer-specific-service-extension-class-asn1-97 {iso standard
- pss1-generic-procedures(11582) msi-class-asn1-97(11)}
- ;
-
-Name-Operations OPERATION ::= {callingName | calledName | connectedName | busyName}
-
-callingName OPERATION ::= {
- ARGUMENT NameArg
- RETURN RESULT FALSE
- ALWAYS RESPONDS FALSE
- CODE local:0
-}
-
-calledName OPERATION ::= {
- ARGUMENT NameArg
- RETURN RESULT FALSE
- ALWAYS RESPONDS FALSE
- CODE local:1
-}
-
-connectedName OPERATION ::= {
- ARGUMENT NameArg
- RETURN RESULT FALSE
- ALWAYS RESPONDS FALSE
- CODE local:2
-}
-
-busyName OPERATION ::= {
- ARGUMENT NameArg
- RETURN RESULT FALSE
- ALWAYS RESPONDS FALSE
- CODE local:3
-}
-
-NameArg ::= CHOICE {
- name Name,
- nameSequence SEQUENCE {
- name Name,
- extension NameExtension OPTIONAL
- }
-}
-
-NameExtension ::= CHOICE {
- single [5] IMPLICIT Extension --{{NameExtensionSet}}--,
- multiple [6] IMPLICIT SEQUENCE OF Extension --{{NameExtensionSet}}--
-}
-
-NameExtensionSet EXTENSION ::= {...}
-
-Name ::= CHOICE {
- namePresentationAllowed NamePresentationAllowed,
- namePresentationRestricted NamePresentationRestricted,
- nameNotAvailable NameNotAvailable
-}
-
-NamePresentationAllowed ::= CHOICE {
- namePresentationAllowedSimple [0] IMPLICIT NameData,
- namePresentationAllowedExtended [1] IMPLICIT NameSet
-}
--- iso8859-1 is implied in namePresentationAllowedSimple.
-
-NamePresentationRestricted ::= CHOICE {
- namePresentationRestrictedSimple [2] IMPLICIT NameData,
- namePresentationRestrictedExtended [3] IMPLICIT NameSet,
- namePresentationRestrictedNull [7] IMPLICIT NULL
-}
--- iso8859-1 is implied in namePresentationRestrictedSimple.
--- namePresentationRestrictedNull shall only be used in the
--- case of interworking where the other network provides an
--- indication that the name is restricted without the name itself.
-
-NameNotAvailable ::= [4] IMPLICIT NULL
-
-NameData ::= OCTET STRING(SIZE (1..50))
--- The maximum allowed size of the name field is 50 octets.
--- The minimum required size of the name field is 1 octet.
-
-NameSet ::= SEQUENCE {
- nameData NameData,
- characterSet CharacterSet OPTIONAL
-}
--- If characterSet is not included, iso8859-1 is implied.
-
-CharacterSet ::= INTEGER {
- unknown(0),
- iso8859-1(1),
- -- The character set "iso8859-1" is specified in International
- -- Standard ISO 8859-1
- -- The value 2 was assigned for CCITT Rec. T.61
- -- which has been withdrawn by ITU-T.
- iso8859-2(3),
- -- The character set “iso8859-2” is specified in International
- -- Standard ISO 8859-2
- iso8859-3(4),
- --The character set “iso8859-3” is specified in International
- -- Standard ISO 8859-3
- iso8859-4(5),
- --The character set “iso8859-4” is specified in International
- -- Standard ISO 8859-4
- iso8859-5(6),
- --The character set “iso8859-5” is specified in International
- -- Standard ISO 8859-5
- iso8859-7(7),
- --The character set “iso8859-7” is specified in International
- -- Standard ISO 8859-7
- iso10646-BmpString(8),
- -- The character set “iso10646-BmpString” is specified in International
- -- Standard ISO 10646-1 and in ITU-T Rec. X.680
- -- with this character set, each character occupies 2 octets in NameData
- iso10646-utf-8String(9)
- -- The character set “iso10646-utf-8String” is specified in International
- -- Standard ISO 10646-1
- -- UTF-8-String is defined in Annex R of ISO 10646-1
- -- with this character set, each character occupies a variable
- -- number of octets (1…6) in NameData
-} (0..255)
--- Other character sets might be added in further editions of
--- this Standard
-
-END -- of Name-Operations-asn1-97