Net-Radio-Location-SUPL-Test

 view release on metacpan or  search on metacpan

asn1/PrepareHO-Res.c  view on Meta::CPAN

static asn_TYPE_member_t asn_MBR_PrepareHO_Res_1[] = {
	{ ATF_POINTER, 12, offsetof(struct PrepareHO_Res, handoverNumber),
		(ASN_TAG_CLASS_CONTEXT | (0 << 2)),
		-1,	/* IMPLICIT tag at current level */
		&asn_DEF_ISDN_AddressString,
		0,	/* Defer constraints checking to the member type */
		0,	/* No PER visible constraints */
		0,
		"handoverNumber"
		},
	{ ATF_POINTER, 11, offsetof(struct PrepareHO_Res, relocationNumberList),
		(ASN_TAG_CLASS_CONTEXT | (1 << 2)),
		-1,	/* IMPLICIT tag at current level */
		&asn_DEF_RelocationNumberList,
		0,	/* Defer constraints checking to the member type */
		0,	/* No PER visible constraints */
		0,
		"relocationNumberList"
		},
	{ ATF_POINTER, 10, offsetof(struct PrepareHO_Res, an_APDU),
		(ASN_TAG_CLASS_CONTEXT | (2 << 2)),
		-1,	/* IMPLICIT tag at current level */
		&asn_DEF_AccessNetworkSignalInfo,
		0,	/* Defer constraints checking to the member type */
		0,	/* No PER visible constraints */
		0,
		"an-APDU"
		},

asn1/PrepareHO-Res.c  view on Meta::CPAN

		},
};
static int asn_MAP_PrepareHO_Res_oms_1[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 };
static ber_tlv_tag_t asn_DEF_PrepareHO_Res_tags_1[] = {
	(ASN_TAG_CLASS_CONTEXT | (3 << 2)),
	(ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
};
static asn_TYPE_tag2member_t asn_MAP_PrepareHO_Res_tag2el_1[] = {
    { (ASN_TAG_CLASS_UNIVERSAL | (5 << 2)), 4, 0, 0 }, /* multipleBearerNotSupported at 775 */
    { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* handoverNumber at 771 */
    { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* relocationNumberList at 772 */
    { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* an-APDU at 773 */
    { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* multicallBearerInfo at 774 */
    { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 7, 0, 0 }, /* extensionContainer at 778 */
    { (ASN_TAG_CLASS_CONTEXT | (5 << 2)), 5, 0, 0 }, /* selectedUMTS-Algorithms at 776 */
    { (ASN_TAG_CLASS_CONTEXT | (6 << 2)), 6, 0, 0 }, /* chosenRadioResourceInformation at 777 */
    { (ASN_TAG_CLASS_CONTEXT | (7 << 2)), 8, 0, 0 }, /* iuSelectedCodec at 780 */
    { (ASN_TAG_CLASS_CONTEXT | (8 << 2)), 9, 0, 0 }, /* iuAvailableCodecsList at 781 */
    { (ASN_TAG_CLASS_CONTEXT | (9 << 2)), 10, 0, 0 }, /* aoipSelectedCodecTarget at 782 */
    { (ASN_TAG_CLASS_CONTEXT | (10 << 2)), 11, 0, 0 } /* aoipAvailableCodecsListMap at 783 */
};

asn1/PrepareHO-Res.h  view on Meta::CPAN

struct AccessNetworkSignalInfo;
struct SelectedUMTS_Algorithms;
struct ChosenRadioResourceInformation;
struct ExtensionContainer;
struct CodecList;
struct AoIPCodecsList;

/* PrepareHO-Res */
typedef struct PrepareHO_Res {
	ISDN_AddressString_t	*handoverNumber	/* OPTIONAL */;
	struct RelocationNumberList	*relocationNumberList	/* OPTIONAL */;
	struct AccessNetworkSignalInfo	*an_APDU	/* OPTIONAL */;
	MulticallBearerInfo_t	*multicallBearerInfo	/* OPTIONAL */;
	NULL_t	*multipleBearerNotSupported	/* OPTIONAL */;
	struct SelectedUMTS_Algorithms	*selectedUMTS_Algorithms	/* OPTIONAL */;
	struct ChosenRadioResourceInformation	*chosenRadioResourceInformation	/* OPTIONAL */;
	struct ExtensionContainer	*extensionContainer	/* OPTIONAL */;
	/*
	 * This type is extensible,
	 * possible extensions are below.
	 */

asn1src/MAP-MS-DataTypes.asn  view on Meta::CPAN

RadioResource ::= SEQUENCE {
	radioResourceInformation	RadioResourceInformation,
	rab-Id		RAB-Id,
	-- RAB Identity is needed to relate the radio resources with the radio access bearers. 
	...}

maxNumOfRadioResources  INTEGER ::= 7

PrepareHO-Res ::= [3] SEQUENCE {
	handoverNumber	[0] ISDN-AddressString	OPTIONAL,
	relocationNumberList	[1]	RelocationNumberList	OPTIONAL,
	an-APDU		[2]	AccessNetworkSignalInfo	OPTIONAL,
	multicallBearerInfo	[3]	MulticallBearerInfo	OPTIONAL,
	multipleBearerNotSupported	NULL			OPTIONAL,
	selectedUMTS-Algorithms	[5]	SelectedUMTS-Algorithms	OPTIONAL,
	chosenRadioResourceInformation	[6] ChosenRadioResourceInformation	 OPTIONAL,
	extensionContainer	[4]	ExtensionContainer	OPTIONAL,
	...,
	iuSelectedCodec	[7] Codec		OPTIONAL,
	iuAvailableCodecsList	[8] CodecList	OPTIONAL,
	aoipSelectedCodecTarget	[9] AoIPCodec	OPTIONAL,



( run in 2.905 seconds using v1.01-cache-2.11-cpan-5511b514fd6 )