blob: 47b9cd43e175387e166b508e0b21bb61781a9e84 [file] [log] [blame]
Harald Weltee844bf72019-05-06 15:25:10 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "SABP-IEs"
4 * found in "../../asn1/sabp/SABP-IEs.asn"
5 */
6
7#ifndef _SABP_Service_Area_Identifier_H_
8#define _SABP_Service_Area_Identifier_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
14#include <OCTET_STRING.h>
15#include <constr_SEQUENCE.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21/* SABP_Service-Area-Identifier */
22typedef struct SABP_Service_Area_Identifier {
23 OCTET_STRING_t pLMNidentity;
24 OCTET_STRING_t lac;
25 OCTET_STRING_t sac;
26
27 /* Context for parsing across buffer boundaries */
28 asn_struct_ctx_t _asn_ctx;
29} SABP_Service_Area_Identifier_t;
30
31/* Implementation */
32extern asn_TYPE_descriptor_t asn_DEF_SABP_Service_Area_Identifier;
33
34#ifdef __cplusplus
35}
36#endif
37
38#endif /* _SABP_Service_Area_Identifier_H_ */
39#include <asn_internal.h>