mirror of https://github.com/pvnis/srsRAN_4G.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
2.6 KiB
C
85 lines
2.6 KiB
C
10 years ago
|
/*
|
||
|
* Generated by asn1c-0.9.22 (http://lionet.info/asn1c)
|
||
|
* From ASN.1 module "EUTRA-RRC-Definitions"
|
||
|
* found in "./asn1c/ASN1_files/EUTRA-RRC-Definitions.asn"
|
||
|
* `asn1c -gen-PER -fcompound-names -fnative-types`
|
||
|
*/
|
||
|
|
||
|
#ifndef _RadioResourceConfigDedicated_H_
|
||
|
#define _RadioResourceConfigDedicated_H_
|
||
|
|
||
|
|
||
|
#include <asn_application.h>
|
||
|
|
||
|
/* Including external dependencies */
|
||
|
#include "MAC-MainConfig.h"
|
||
|
#include <NULL.h>
|
||
|
#include <constr_CHOICE.h>
|
||
|
#include <constr_SEQUENCE.h>
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
/* Dependencies */
|
||
|
typedef enum RadioResourceConfigDedicated__mac_MainConfig_PR {
|
||
|
RadioResourceConfigDedicated__mac_MainConfig_PR_NOTHING, /* No components present */
|
||
|
RadioResourceConfigDedicated__mac_MainConfig_PR_explicitValue,
|
||
|
RadioResourceConfigDedicated__mac_MainConfig_PR_defaultValue
|
||
|
} RadioResourceConfigDedicated__mac_MainConfig_PR;
|
||
|
|
||
|
/* Forward declarations */
|
||
|
struct SRB_ToAddModList;
|
||
|
struct DRB_ToAddModList;
|
||
|
struct DRB_ToReleaseList;
|
||
|
struct SPS_Config;
|
||
|
struct PhysicalConfigDedicated;
|
||
|
struct RLF_TimersAndConstants_r9;
|
||
|
struct MeasSubframePatternPCell_r10;
|
||
|
struct SPS_RA_ConfigList_rlola;
|
||
|
|
||
|
/* RadioResourceConfigDedicated */
|
||
|
typedef struct RadioResourceConfigDedicated {
|
||
|
struct SRB_ToAddModList *srb_ToAddModList /* OPTIONAL */;
|
||
|
struct DRB_ToAddModList *drb_ToAddModList /* OPTIONAL */;
|
||
|
struct DRB_ToReleaseList *drb_ToReleaseList /* OPTIONAL */;
|
||
|
struct RadioResourceConfigDedicated__mac_MainConfig {
|
||
|
RadioResourceConfigDedicated__mac_MainConfig_PR present;
|
||
|
union RadioResourceConfigDedicated__mac_MainConfig_u {
|
||
|
MAC_MainConfig_t explicitValue;
|
||
|
NULL_t defaultValue;
|
||
|
} choice;
|
||
|
|
||
|
/* Context for parsing across buffer boundaries */
|
||
|
asn_struct_ctx_t _asn_ctx;
|
||
|
} *mac_MainConfig;
|
||
|
struct SPS_Config *sps_Config /* OPTIONAL */;
|
||
|
struct PhysicalConfigDedicated *physicalConfigDedicated /* OPTIONAL */;
|
||
|
struct RLF_TimersAndConstants_r9 *rlf_TimersAndConstants_r9 /* OPTIONAL */;
|
||
|
struct MeasSubframePatternPCell_r10 *measSubframePatternPCell_r10 /* OPTIONAL */;
|
||
|
struct SPS_RA_ConfigList_rlola *sps_RA_ConfigList_rlola /* OPTIONAL */;
|
||
|
|
||
|
/* Context for parsing across buffer boundaries */
|
||
|
asn_struct_ctx_t _asn_ctx;
|
||
|
} RadioResourceConfigDedicated_t;
|
||
|
|
||
|
/* Implementation */
|
||
|
extern asn_TYPE_descriptor_t asn_DEF_RadioResourceConfigDedicated;
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
/* Referred external types */
|
||
|
#include "SRB-ToAddModList.h"
|
||
|
#include "DRB-ToAddModList.h"
|
||
|
#include "DRB-ToReleaseList.h"
|
||
|
#include "SPS-Config.h"
|
||
|
#include "PhysicalConfigDedicated.h"
|
||
|
#include "RLF-TimersAndConstants-r9.h"
|
||
|
#include "MeasSubframePatternPCell-r10.h"
|
||
|
#include "SPS-RA-ConfigList-rlola.h"
|
||
|
|
||
|
#endif /* _RadioResourceConfigDedicated_H_ */
|
||
|
#include <asn_internal.h>
|