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.
42 lines
824 B
C
42 lines
824 B
C
10 years ago
|
/*
|
||
|
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
|
||
|
* From ASN.1 module "EUTRA-UE-Variables"
|
||
|
* found in "EUTRA-UE-Variables.asn"
|
||
|
*/
|
||
|
|
||
|
#ifndef _VarShortMAC_Input_H_
|
||
|
#define _VarShortMAC_Input_H_
|
||
|
|
||
|
|
||
|
#include <asn_application.h>
|
||
|
|
||
|
/* Including external dependencies */
|
||
|
#include "CellIdentity.h"
|
||
|
#include "PhysCellId.h"
|
||
|
#include "C-RNTI.h"
|
||
|
#include <constr_SEQUENCE.h>
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
/* VarShortMAC-Input */
|
||
|
typedef struct VarShortMAC_Input {
|
||
|
CellIdentity_t cellIdentity;
|
||
|
PhysCellId_t physCellId;
|
||
|
C_RNTI_t c_RNTI;
|
||
|
|
||
|
/* Context for parsing across buffer boundaries */
|
||
|
asn_struct_ctx_t _asn_ctx;
|
||
|
} VarShortMAC_Input_t;
|
||
|
|
||
|
/* Implementation */
|
||
|
extern asn_TYPE_descriptor_t asn_DEF_VarShortMAC_Input;
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif /* _VarShortMAC_Input_H_ */
|
||
|
#include <asn_internal.h>
|