~ubuntu-branches/debian/sid/osmo-iuh/sid

« back to all changes in this revision

Viewing changes to include/osmocom/ranap/RANAP_M7Report.h

  • Committer: Package Import Robot
  • Author(s): Thorsten Alteholz
  • Date: 2018-04-19 19:28:07 UTC
  • Revision ID: package-import@ubuntu.com-20180419192807-cz27uqogyw9ddq8a
Tags: upstream-0.2.0
ImportĀ upstreamĀ versionĀ 0.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
 
3
 * From ASN.1 module "RANAP-IEs"
 
4
 *      found in "../../asn1/ranap/RANAP-IEs.asn"
 
5
 */
 
6
 
 
7
#ifndef _RANAP_M7Report_H_
 
8
#define _RANAP_M7Report_H_
 
9
 
 
10
 
 
11
#include <asn_application.h>
 
12
 
 
13
/* Including external dependencies */
 
14
#include <osmocom/ranap/RANAP_M7-Period.h>
 
15
#include <osmocom/ranap/RANAP_Links-to-log.h>
 
16
#include <osmocom/ranap/RANAP_IE-Extensions.h>
 
17
#include <constr_SEQUENCE.h>
 
18
 
 
19
#ifdef __cplusplus
 
20
extern "C" {
 
21
#endif
 
22
 
 
23
/* RANAP_M7Report */
 
24
typedef struct RANAP_M7Report {
 
25
        RANAP_M7_Period_t        m7_period;
 
26
        RANAP_Links_to_log_t     m7_links_to_log;
 
27
        RANAP_IE_Extensions_t   *iE_Extensions  /* OPTIONAL */;
 
28
        /*
 
29
         * This type is extensible,
 
30
         * possible extensions are below.
 
31
         */
 
32
        
 
33
        /* Context for parsing across buffer boundaries */
 
34
        asn_struct_ctx_t _asn_ctx;
 
35
} RANAP_M7Report_t;
 
36
 
 
37
/* Implementation */
 
38
extern asn_TYPE_descriptor_t asn_DEF_RANAP_M7Report;
 
39
 
 
40
#ifdef __cplusplus
 
41
}
 
42
#endif
 
43
 
 
44
#endif  /* _RANAP_M7Report_H_ */
 
45
#include <asn_internal.h>