aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-22 06:43:49 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-22 06:43:49 +0000
commited88660c9fca00d763e29ada878ba2f595ba987a (patch)
tree41af0215acd4bb064887495f750ce2503c25b744 /asn1
parent2bddba9374372f4224a2f4e330d72080f7102f25 (diff)
Make Freephone-Operations parseable.
svn path=/trunk/; revision=48475
Diffstat (limited to 'asn1')
-rw-r--r--asn1/isdn-sup/Freephone-Operations.asn41
1 files changed, 39 insertions, 2 deletions
diff --git a/asn1/isdn-sup/Freephone-Operations.asn b/asn1/isdn-sup/Freephone-Operations.asn
index c647174736..15dd7b1c59 100644
--- a/asn1/isdn-sup/Freephone-Operations.asn
+++ b/asn1/isdn-sup/Freephone-Operations.asn
@@ -51,19 +51,56 @@ CalledFreephoneNrArg ::= CalledFreephoneNr
-- the Bearer capability, High layer compatibility (optional) and Low layer compatibility
-- (optional) information elements shall be embedded in q931InfoElement.
+ monitor-T-FPH OPERATION ::=
+ {
+ ARGUMENT Monitor-T-FPHArg
+
+ ERRORS { notAvailable|
+ notImplemented}
+
+ CODE global:{fPHOID monitor-T-FPH-operation(2)}
+ }
+
+Monitor-T-FPHArg ::= SEQUENCE {
+ q931InfoElement Q931InformationElement,
+ servedUserDestination PartyNumber,
+ queueIdentity QueueIdentity OPTIONAL}
+
--Free-T-FPH ::= OPERATION
-- ARGUMENT SEQUENCE {
-- servedUserDestination PartyNumber,
-- fPHReference FPHReference}
--
+ free-T-FPH OPERATION ::=
+ {
+ ARGUMENT Free-T-FPHArg
+
+ CODE global:{fPHOID free-T-FPH-operation(3)}
+ }
+
+ Free-T-FPHArg ::= SEQUENCE {
+ servedUserDestination PartyNumber,
+ fPHReference FPHReference}
+
--Call-T-FPH ::= OPERATION
-- ARGUMENT SEQUENCE {
-- fPHReference FPHReference,
-- calledFreephoneNr CalledFreephoneNr OPTIONAL}
---FPHReference ::= INTEGER (0..127)
+ call-T-FPH OPERATION ::=
+ {
+ ARGUMENT Call-T-FPHArg
+
+ CODE global:{fPHOID call-T-FPH-operation(4)}
+ }
+
+ Call-T-FPHArg ::= SEQUENCE {
+ fPHReference FPHReference,
+ calledFreephoneNr CalledFreephoneNr OPTIONAL}
+
+FPHReference ::= INTEGER (0..127)
CalledFreephoneNr ::= PartyNumber
---QueueIdentity ::= INTEGER (0..127)
+QueueIdentity ::= INTEGER (0..127)
fPHOID OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) 210
freephone-operations(1)}