blob: 5e9412519ace6ff83ab0babdaa3d216c2883bea5 [file] [log] [blame]
Harald Welte3aa901d2018-08-13 18:32:36 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "RSPRO"
4 * found in "../../asn1/RSPRO.asn"
5 */
6
7#ifndef _TpduCardToModem_H_
8#define _TpduCardToModem_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
14#include <osmocom/rspro/BankSlot.h>
15#include <osmocom/rspro/ClientSlot.h>
16#include <osmocom/rspro/TpduFlags.h>
17#include <OCTET_STRING.h>
18#include <constr_SEQUENCE.h>
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24/* TpduCardToModem */
25typedef struct TpduCardToModem {
26 BankSlot_t fromBankSlot;
27 ClientSlot_t toClientSlot;
28 TpduFlags_t flags;
29 OCTET_STRING_t data;
30 /*
31 * This type is extensible,
32 * possible extensions are below.
33 */
34
35 /* Context for parsing across buffer boundaries */
36 asn_struct_ctx_t _asn_ctx;
37} TpduCardToModem_t;
38
39/* Implementation */
40extern asn_TYPE_descriptor_t asn_DEF_TpduCardToModem;
41
42#ifdef __cplusplus
43}
44#endif
45
46#endif /* _TpduCardToModem_H_ */
47#include <asn_internal.h>