Net-Radio-Location-SUPL-Test
view release on metacpan or search on metacpan
asn1/AbsentSubscriberReason.c view on Meta::CPAN
{ APC_CONSTRAINED | APC_EXTENSIBLE, 2, 2, 0, 2 } /* (0..2,...) */,
{ APC_UNCONSTRAINED, -1, -1, 0, 0 },
0, 0 /* No PER value map */
};
static asn_INTEGER_enum_map_t asn_MAP_AbsentSubscriberReason_value2enum_1[] = {
{ 0, 10, "imsiDetach" },
{ 1, 14, "restrictedArea" },
{ 2, 14, "noPageResponse" },
{ 3, 8, "purgedMS" },
{ 4, 14, "mtRoamingRetry" },
{ 5, 14, "busySubscriber" }
/* This list is extensible */
};
static unsigned int asn_MAP_AbsentSubscriberReason_enum2value_1[] = {
5, /* busySubscriber(5) */
0, /* imsiDetach(0) */
4, /* mtRoamingRetry(4) */
2, /* noPageResponse(2) */
3, /* purgedMS(3) */
1 /* restrictedArea(1) */
/* This list is extensible */
};
static asn_INTEGER_specifics_t asn_SPC_AbsentSubscriberReason_specs_1 = {
asn_MAP_AbsentSubscriberReason_value2enum_1, /* "tag" => N; sorted by tag */
asn_MAP_AbsentSubscriberReason_enum2value_1, /* N => "tag"; sorted by N */
asn1/AbsentSubscriberReason.h view on Meta::CPAN
/* Dependencies */
typedef enum AbsentSubscriberReason {
AbsentSubscriberReason_imsiDetach = 0,
AbsentSubscriberReason_restrictedArea = 1,
AbsentSubscriberReason_noPageResponse = 2,
/*
* Enumeration is extensible
*/
AbsentSubscriberReason_purgedMS = 3,
AbsentSubscriberReason_mtRoamingRetry = 4,
AbsentSubscriberReason_busySubscriber = 5
} e_AbsentSubscriberReason;
/* AbsentSubscriberReason */
typedef long AbsentSubscriberReason_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_AbsentSubscriberReason;
asn_struct_free_f AbsentSubscriberReason_free;
asn_struct_print_f AbsentSubscriberReason_print;
asn_constr_check_f AbsentSubscriberReason_constraint;
asn1src/MAP-ER-DataTypes.asn view on Meta::CPAN
...,
absentSubscriberReason [0] AbsentSubscriberReason OPTIONAL}
AbsentSubscriberReason ::= ENUMERATED {
imsiDetach (0),
restrictedArea (1),
noPageResponse (2),
... ,
purgedMS (3),
mtRoamingRetry (4),
busySubscriber (5)}
-- exception handling: at reception of other values than the ones listed the
-- AbsentSubscriberReason shall be ignored.
-- The AbsentSubscriberReason: purgedMS is defined for the Super-Charger feature
-- (see TS 23.116). If this value is received in a Provide Roaming Number response
-- it shall be mapped to the AbsentSubscriberReason: imsiDetach in the Send Routeing
-- Information response
-- The AbsentSubscriberReason: mtRoamingRetry is used during MT Roaming Retry,
-- see 3GPP TS 23.018[97].
-- The AbsentSubscriberReason: busySubscriber is used during MT Roaming Forwarding,
-- see 3GPP TS 23.018[97].
BusySubscriberParam ::= SEQUENCE {
extensionContainer ExtensionContainer OPTIONAL,
...,
ccbs-Possible [0] NULL OPTIONAL,
ccbs-Busy [1] NULL OPTIONAL}
NoSubscriberReplyParam ::= SEQUENCE {
extensionContainer ExtensionContainer OPTIONAL,
asn1src/MAP-MS-DataTypes.asn view on Meta::CPAN
-- 1 presentation
-- bit 6: notification to calling party
-- 0 no notification
-- 1 notification
-- bit 5: 0 (unused)
-- bits 43: forwarding reason
-- 00 ms not reachable
-- 01 ms busy
-- 10 no reply
-- 11 unconditional
-- bits 21: 00 (unused)
-- OCTETS 2-5: reserved for future use. They shall be discarded if
-- received and not understood.
Ext-NoRepCondTime ::= INTEGER (1..100)
-- Only values 5-30 are used.
asn1src/MAP-SS-Code.asn view on Meta::CPAN
-- SS-Codes '00011010'B to '00011111'B are reserved for future
-- NameIdentification Supplementary Service use.
allForwardingSS SS-Code ::= '00100000'B
-- all forwarding SS
cfu SS-Code ::= '00100001'B
-- call forwarding unconditional
allCondForwardingSS SS-Code ::= '00101000'B
-- all conditional forwarding SS
cfb SS-Code ::= '00101001'B
-- call forwarding on mobile subscriber busy
cfnry SS-Code ::= '00101010'B
-- call forwarding on no reply
cfnrc SS-Code ::= '00101011'B
-- call forwarding on mobile subscriber not reachable
cd SS-Code ::= '00100100'B
-- call deflection
allCallOfferingSS SS-Code ::= '00110000'B
-- reserved for possible future use
-- all call offering SS includes also all forwarding SS
asn1src/MAP-SS-Code.asn view on Meta::CPAN
-- mobile access hunting
allCallCompletionSS SS-Code ::= '01000000'B
-- reserved for possible future use
-- all Call completion SS
cw SS-Code ::= '01000001'B
-- call waiting
hold SS-Code ::= '01000010'B
-- call hold
ccbs-A SS-Code ::= '01000011'B
-- completion of call to busy subscribers, originating side
-- this SS-Code is used only in InsertSubscriberData, DeleteSubscriberData
-- and InterrogateSS
ccbs-B SS-Code ::= '01000100'B
-- completion of call to busy subscribers, destination side
-- this SS-Code is used only in InsertSubscriberData and DeleteSubscriberData
mc SS-Code ::= '01000101'B
-- multicall
allMultiPartySS SS-Code ::= '01010000'B
-- reserved for possible future use
-- all multiparty SS
multiPTY SS-Code ::= '01010001'B
-- multiparty
asn1src/MAP-SS-DataTypes.asn view on Meta::CPAN
-- 1 presentation
-- bit 6: notification to calling party
-- 0 no notification
-- 1 notification
-- bit 5: 0 (unused)
-- bits 43: forwarding reason
-- 00 ms not reachable
-- 01 ms busy
-- 10 no reply
-- 11 unconditional when used in a SRI Result,
-- or call deflection when used in a RCH Argument
-- bits 21: 00 (unused)
CallBarringInfo ::= SEQUENCE {
ss-Code SS-Code OPTIONAL,
callBarringFeatureList CallBarringFeatureList,
...}
( run in 0.282 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )