camel: Import from the modules we have available and fix syntax bug

This commit is contained in:
Holger Hans Peter Freyther 2013-11-28 22:07:21 +01:00
parent d215dcd56c
commit f67d4bd816
3 changed files with 12 additions and 12 deletions

View File

@ -29,8 +29,8 @@ cs2(20) modules(0) in-cs2-datatypes(0) version1(0)}
IMSI, IMSI,
ISDN-AddressString, ISDN-AddressString,
LAIFixedLength, LAIFixedLength,
GSN-Address, -- WS moved to common datatypes in rel 9.0.0 GSN-Address,-- WS moved to common datatypes in rel 9.0.0
RAIdentity, -- WS moved to common datatypes in rel 10.4.0 -- RAIdentity, WS moved to common datatypes in rel 10.4.0
NAEA-CIC NAEA-CIC
FROM MAP-CommonDataTypes {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0) FROM MAP-CommonDataTypes {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0)
gsm-Network(1) modules(3) map-CommonDataTypes(18) version12(12)} gsm-Network(1) modules(3) map-CommonDataTypes(18) version12(12)}
@ -43,7 +43,7 @@ gsm-Network(1) modules(3) map-CommonDataTypes(18) version12(12)}
LocationInformation, LocationInformation,
LSAIdentity, LSAIdentity,
QoS-Subscribed, QoS-Subscribed,
-- RAIdentity, WS moved to common datatypes in rel 10.4.0 RAIdentity, -- WS moved to common datatypes in rel 10.4.0
SubscriberState, SubscriberState,
GPRSChargingID GPRSChargingID
FROM MAP-MS-DataTypes {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0) FROM MAP-MS-DataTypes {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0)

View File

@ -40,15 +40,15 @@ cs2(20) modules(0) in-cs2-datatypes (0) version1(0)}
IMEI, IMEI,
IMSI, IMSI,
GSN-Address, -- WS moved to common datatypes in rel 9.0.0 GSN-Address, -- WS moved to common datatypes in rel 9.0.0
RAIdentity, -- WS moved to common datatypes in rel 10.4.0 -- RAIdentity, WS moved to common datatypes in rel 10.4.0
ISDN-AddressString ISDN-AddressString
FROM MAP-CommonDataTypes {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0) FROM MAP-CommonDataTypes {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0)
gsm-Network(1) modules(3) map-CommonDataTypes(18) version12(12)} gsm-Network(1) modules(3) map-CommonDataTypes(18) version12(12)}
GPRSChargingID, GPRSChargingID,
GPRSMSClass GPRSMSClass,
-- GSN-Address, WS moved to common datatypes in rel 9.0.0 -- GSN-Address, WS moved to common datatypes in rel 9.0.0
-- RAIdentity WS moved to common datatypes in rel 10.4.0 RAIdentity -- WS moved to common datatypes in rel 10.4.0
FROM MAP-MS-DataTypes {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0) FROM MAP-MS-DataTypes {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0)
gsm-Network(1) modules(3) map-MS-DataTypes(11) version12(12)} gsm-Network(1) modules(3) map-MS-DataTypes(11) version12(12)}

View File

@ -350,11 +350,11 @@ collectInformation {PARAMETERS-BOUND : bound} OPERATION::= {
RETURN RESULT FALSE RETURN RESULT FALSE
ERRORS {missingParameter | ERRORS {missingParameter |
parameterOutOfRange | parameterOutOfRange |
SystemFailure | systemFailure |
TaskRefused | taskRefused |
UnexpectedComponentSequence | unexpectedComponentSequence |
UnexpectedDataValue | unexpectedDataValue |
UnexpectedParameter} unexpectedParameter}
CODE opcode-collectInformation} CODE opcode-collectInformation}
-- Direction: gsmSCF-> gsmSSF, Timer: Tci -- Direction: gsmSCF-> gsmSSF, Timer: Tci
-- This operation is used to request the gsmSSF to perform the call -- This operation is used to request the gsmSSF to perform the call