blob: 8065a9af229e69acebaa27cee08a1e58ad2e02f0 [file] [log] [blame]
Harald Welteee091892015-09-10 10:22:03 +02001/*
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_SourceRNC_ToTargetRNC_TransparentContainer_H_
8#define _RANAP_SourceRNC_ToTargetRNC_TransparentContainer_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
Neels Hofmeyrf1f2d7c2016-01-05 12:00:06 +010014#include <osmocom/ranap/RANAP_RRC-Container.h>
15#include <osmocom/ranap/RANAP_NumberOfIuInstances.h>
16#include <osmocom/ranap/RANAP_RelocationType.h>
17#include <osmocom/ranap/RANAP_ChosenIntegrityProtectionAlgorithm.h>
18#include <osmocom/ranap/RANAP_IntegrityProtectionKey.h>
19#include <osmocom/ranap/RANAP_ChosenEncryptionAlgorithm.h>
20#include <osmocom/ranap/RANAP_EncryptionKey.h>
21#include <osmocom/ranap/RANAP_D-RNTI.h>
22#include <osmocom/ranap/RANAP_TargetCellId.h>
23#include <osmocom/ranap/RANAP_RAB-TrCH-Mapping.h>
24#include <osmocom/ranap/RANAP_IE-Extensions.h>
Harald Welteee091892015-09-10 10:22:03 +020025#include <constr_SEQUENCE.h>
26
27#ifdef __cplusplus
28extern "C" {
29#endif
30
31/* RANAP_SourceRNC-ToTargetRNC-TransparentContainer */
32typedef struct RANAP_SourceRNC_ToTargetRNC_TransparentContainer {
33 RANAP_RRC_Container_t rRC_Container;
34 RANAP_NumberOfIuInstances_t numberOfIuInstances;
35 RANAP_RelocationType_t relocationType;
36 RANAP_ChosenIntegrityProtectionAlgorithm_t *chosenIntegrityProtectionAlgorithm /* OPTIONAL */;
37 RANAP_IntegrityProtectionKey_t *integrityProtectionKey /* OPTIONAL */;
38 RANAP_ChosenEncryptionAlgorithm_t *chosenEncryptionAlgorithForSignalling /* OPTIONAL */;
39 RANAP_EncryptionKey_t *cipheringKey /* OPTIONAL */;
40 RANAP_ChosenEncryptionAlgorithm_t *chosenEncryptionAlgorithForCS /* OPTIONAL */;
41 RANAP_ChosenEncryptionAlgorithm_t *chosenEncryptionAlgorithForPS /* OPTIONAL */;
42 RANAP_D_RNTI_t *d_RNTI /* OPTIONAL */;
43 RANAP_TargetCellId_t *targetCellId /* OPTIONAL */;
44 RANAP_RAB_TrCH_Mapping_t *rAB_TrCH_Mapping /* OPTIONAL */;
45 RANAP_IE_Extensions_t *iE_Extensions /* OPTIONAL */;
46 /*
47 * This type is extensible,
48 * possible extensions are below.
49 */
50
51 /* Context for parsing across buffer boundaries */
52 asn_struct_ctx_t _asn_ctx;
53} RANAP_SourceRNC_ToTargetRNC_TransparentContainer_t;
54
55/* Implementation */
56extern asn_TYPE_descriptor_t asn_DEF_RANAP_SourceRNC_ToTargetRNC_TransparentContainer;
57
58#ifdef __cplusplus
59}
60#endif
61
62#endif /* _RANAP_SourceRNC_ToTargetRNC_TransparentContainer_H_ */
63#include <asn_internal.h>