Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
canghaiwuhen
OpenXG-RAN
Commits
1baa3251
Commit
1baa3251
authored
Jun 14, 2017
by
Michele Paffetti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
solve conflict of previous merge
parent
ee4974ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
1 deletion
+32
-1
openair2/PHY_INTERFACE/IF_Module_nb_iot.h
openair2/PHY_INTERFACE/IF_Module_nb_iot.h
+0
-1
openair2/PHY_INTERFACE/nfapi_interface.h
openair2/PHY_INTERFACE/nfapi_interface.h
+32
-0
No files found.
openair2/PHY_INTERFACE/IF_Module_nb_iot.h
View file @
1baa3251
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
#include "openair1/PHY/LTE_TRANSPORT/defs_nb_iot.h"
#include "openair1/PHY/LTE_TRANSPORT/defs_nb_iot.h"
#include "PhysicalConfigDedicated-NB-r13.h"
#include "PhysicalConfigDedicated-NB-r13.h"
#include "openair2/PHY_INTERFACE/IF_Module_nb_iot.h"
#include "openair2/PHY_INTERFACE/IF_Module_nb_iot.h"
#include "temp_nfapi_interface.h"
#define SCH_PAYLOAD_SIZE_MAX 4096
#define SCH_PAYLOAD_SIZE_MAX 4096
#define BCCH_PAYLOAD_SIZE_MAX 128
#define BCCH_PAYLOAD_SIZE_MAX 128
...
...
openair2/PHY_INTERFACE/nfapi_interface.h
View file @
1baa3251
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
#define _NFAPI_INTERFACE_H_
#define _NFAPI_INTERFACE_H_
#include "stddef.h"
#include "stddef.h"
#include "ACK-NACK-NumRepetitions-NB-r13.h"
// Constants - update based on implementation
// Constants - update based on implementation
#define NFAPI_MAX_PHY_RF_INSTANCES 2
#define NFAPI_MAX_PHY_RF_INSTANCES 2
...
@@ -854,6 +855,37 @@ typedef struct {
...
@@ -854,6 +855,37 @@ typedef struct {
nfapi_uint16_tlv_t
dl_gap_threshold
;
nfapi_uint16_tlv_t
dl_gap_threshold
;
nfapi_uint16_tlv_t
dl_gap_periodicity
;
nfapi_uint16_tlv_t
dl_gap_periodicity
;
nfapi_uint16_tlv_t
dl_gap_duration_coefficient
;
nfapi_uint16_tlv_t
dl_gap_duration_coefficient
;
///MP: MISSED COMMON CONFIG. of SIB2-NB in FAPI SPECS
//nprach_config
uint16_t
nprach_config_0_subcarrier_MSG3_range_start
;
uint16_t
nprach_config_1_subcarrier_MSG3_range_start
;
uint16_t
nprach_config_2_subcarrier_MSG3_range_start
;
uint16_t
nprach_config_0_max_num_preamble_attempt_CE
;
uint16_t
nprach_config_1_max_num_preamble_attempt_CE
;
uint16_t
nprach_config_2_max_num_preamble_attempt_CE
;
uint16_t
nprach_config_0_npdcch_num_repetitions_RA
;
uint16_t
nprach_config_1_npdcch_num_repetitions_RA
;
uint16_t
nprach_config_2_npdcch_num_repetitions_RA
;
uint16_t
nprach_config_0_npdcch_startSF_CSS_RA
;
uint16_t
nprach_config_1_npdcch_startSF_CSS_RA
;
uint16_t
nprach_config_2_npdcch_startSF_CSS_RA
;
uint16_t
nprach_config_0_npdcch_offset_RA
;
uint16_t
nprach_config_1_npdcch_offset_RA
;
uint16_t
nprach_config_2_npdcch_offset_RA
;
//npusch ConfigCommon
ACK_NACK_NumRepetitions_NB_r13_t
*
ack_nack_numRepetitions_MSG4
;
//pointer to the first cell of a list of ack_nack_num_repetitions
//ulPowerControlCommon
uint16_t
p0_nominal_npusch
;
uint16_t
alpha
;
uint16_t
delta_preamle_MSG3
;
}
nfapi_nb_iot_config_t
;
}
nfapi_nb_iot_config_t
;
#define NFAPI_NB_IOT_CONFIG_OPERATING_MODE_TAG 0x00A5
#define NFAPI_NB_IOT_CONFIG_OPERATING_MODE_TAG 0x00A5
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment