libosmo-asn1-map/include/RegisterSS-Arg.h

60 lines
1.4 KiB
C

/*
* Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
* From ASN.1 module "MAP-SS-DataTypes"
* found in "../asn//MAP-SS-DataTypes.asn"
*/
#ifndef _RegisterSS_Arg_H_
#define _RegisterSS_Arg_H_
#include <asn_application.h>
/* Including external dependencies */
#include "SS-Code.h"
#include "AddressString.h"
#include "ISDN-SubaddressString.h"
#include "NoReplyConditionTime.h"
#include "EMLPP-Priority.h"
#include "MC-Bearers.h"
#include <NULL.h>
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Forward declarations */
struct BasicServiceCode;
/* RegisterSS-Arg */
typedef struct RegisterSS_Arg {
SS_Code_t ss_Code;
struct BasicServiceCode *basicService /* OPTIONAL */;
AddressString_t *forwardedToNumber /* OPTIONAL */;
ISDN_SubaddressString_t *forwardedToSubaddress /* OPTIONAL */;
NoReplyConditionTime_t *noReplyConditionTime /* OPTIONAL */;
/*
* This type is extensible,
* possible extensions are below.
*/
EMLPP_Priority_t *defaultPriority /* OPTIONAL */;
MC_Bearers_t *nbrUser /* OPTIONAL */;
NULL_t *longFTN_Supported /* OPTIONAL */;
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} RegisterSS_Arg_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_RegisterSS_Arg;
#ifdef __cplusplus
}
#endif
/* Referred external types */
#include "BasicServiceCode.h"
#endif /* _RegisterSS_Arg_H_ */