libosmo-asn1-map/include/CallBarringInfo.h

43 lines
858 B
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 _CallBarringInfo_H_
#define _CallBarringInfo_H_
#include <asn_application.h>
/* Including external dependencies */
#include "SS-Code.h"
#include "CallBarringFeatureList.h"
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
extern "C" {
#endif
/* CallBarringInfo */
typedef struct CallBarringInfo {
SS_Code_t *ss_Code /* OPTIONAL */;
CallBarringFeatureList_t callBarringFeatureList;
/*
* This type is extensible,
* possible extensions are below.
*/
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} CallBarringInfo_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_CallBarringInfo;
#ifdef __cplusplus
}
#endif
#endif /* _CallBarringInfo_H_ */