libosmo-asn1-map/include/TeleserviceList.h

38 lines
750 B
C

/*
* Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
* From ASN.1 module "MAP-MS-DataTypes"
* found in "../asn//MAP-MS-DataTypes.asn"
*/
#ifndef _TeleserviceList_H_
#define _TeleserviceList_H_
#include <asn_application.h>
/* Including external dependencies */
#include "Ext-TeleserviceCode.h"
#include <asn_SEQUENCE_OF.h>
#include <constr_SEQUENCE_OF.h>
#ifdef __cplusplus
extern "C" {
#endif
/* TeleserviceList */
typedef struct TeleserviceList {
A_SEQUENCE_OF(Ext_TeleserviceCode_t) list;
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} TeleserviceList_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_TeleserviceList;
#ifdef __cplusplus
}
#endif
#endif /* _TeleserviceList_H_ */