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
wangjie
OpenXG-RAN
Commits
a7bfec6c
Commit
a7bfec6c
authored
Aug 22, 2017
by
Matthieu Kanj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
the renaming of NB-IoT file is completed
parent
56a14572
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
record.txt
record.txt
+11
-11
No files found.
record.txt
View file @
a7bfec6c
...
@@ -15,16 +15,16 @@ Parameters: NB_IoT_DL_FRAME_PARAMS(Original LTE_DL_FRAME_PARAMS)
...
@@ -15,16 +15,16 @@ Parameters: NB_IoT_DL_FRAME_PARAMS(Original LTE_DL_FRAME_PARAMS)
5/14
5/14
Add: openair2/Layer2/MAC/defs_NB_IoT.h
Add: openair2/Layer2/MAC/defs_NB_IoT.h
Add: openair2/Layer2/MAC/proto_NB_IoT.h
Add: openair2/Layer2/MAC/proto_NB_IoT.h
Add: openair2/Layer2/MAC/eNB_scheduler_ulsch_
nb_iot
.c
Add: openair2/Layer2/MAC/eNB_scheduler_ulsch_
NB_IoT
.c
Add: openair2/Layer2/MAC/eNB_scheduler_prmitives_
nb_iot
.c
Add: openair2/Layer2/MAC/eNB_scheduler_prmitives_
NB_IoT
.c
Add: openair2/Layer2/MAC/eNB_scheduler_dlsch_
nb_iot
.c
Add: openair2/Layer2/MAC/eNB_scheduler_dlsch_
NB_IoT
.c
comment:
comment:
Functions: NB_rx_sdu(), NB_get_dci_sdu(), NB_rrc_mac_remove_ue(), NB_get_dlsch_sdu();
Functions: NB_rx_sdu(), NB_get_dci_sdu(), NB_rrc_mac_remove_ue(), NB_get_dlsch_sdu();
Parameters: All parameters/structures used in MAC Layer.
Parameters: All parameters/structures used in MAC Layer.
5/15
5/15
Add: openair2/Layer2/MAC/eNB_scheduler_RA_
nb_iot
.c
Add: openair2/Layer2/MAC/eNB_scheduler_RA_
NB_IoT
.c
comment:
comment:
Functions: NB_initiate_ra_proc()
Functions: NB_initiate_ra_proc()
...
@@ -32,7 +32,7 @@ Functions: NB_initiate_ra_proc()
...
@@ -32,7 +32,7 @@ Functions: NB_initiate_ra_proc()
5/15
5/15
modified: openair1/PHY/LTE_TRANSPORT/dci_NB_IoT.h
modified: openair1/PHY/LTE_TRANSPORT/dci_NB_IoT.h
modified: openair1/PHY/LTE_TRANSPORT/defs.hod
modified: openair1/PHY/LTE_TRANSPORT/defs.hod
modified: openair2/LAYER2/MAC/eNB_scheduler_RA_
nb_iot
.c
modified: openair2/LAYER2/MAC/eNB_scheduler_RA_
NB_IoT
.c
modified: openair2/LAYER2/MAC/proto_NB_IoT.h
modified: openair2/LAYER2/MAC/proto_NB_IoT.h
comment:
comment:
...
@@ -40,9 +40,9 @@ Functions: NB_schedule_RA()
...
@@ -40,9 +40,9 @@ Functions: NB_schedule_RA()
Parameters: Add DCI unpacked format
Parameters: Add DCI unpacked format
5/16
5/16
Add: openair2/LAYER2/MAC/IF_Module_
nb_iot
.c
Add: openair2/LAYER2/MAC/IF_Module_
NB_IoT
.c
Add: openair2/PHY_INTERFACE/IF_Module_NB_IoT.h
Add: openair2/PHY_INTERFACE/IF_Module_NB_IoT.h
Add: openair1/PHY/sched/phy_procedures_lte_eNB_
nb_iot
.c
Add: openair1/PHY/sched/phy_procedures_lte_eNB_
NB_IoT
.c
Comment: Modify NB_phy_procedures_uespec_RX, change the way using primitive, use UL_IND data structure to store the needed parameters.
Comment: Modify NB_phy_procedures_uespec_RX, change the way using primitive, use UL_IND data structure to store the needed parameters.
Add the implementation for UL_INDICATION, it handles the Uplink information from PHY, also trigger the scheduler.
Add the implementation for UL_INDICATION, it handles the Uplink information from PHY, also trigger the scheduler.
...
@@ -52,7 +52,7 @@ Parameters: UL_IND for Interface Module
...
@@ -52,7 +52,7 @@ Parameters: UL_IND for Interface Module
5/18
5/18
Modified: openair1/PHY/LTE_TRANSPORT/dci_NB_IoT.h
Modified: openair1/PHY/LTE_TRANSPORT/dci_NB_IoT.h
Modified: openair2/PHY_INTERFACE/IF_Module_NB_IoT.h
Modified: openair2/PHY_INTERFACE/IF_Module_NB_IoT.h
Modified: openair2/LAYER2/MAC/IF_Module_
nb_iot
.c
Modified: openair2/LAYER2/MAC/IF_Module_
NB_IoT
.c
Comment: Complete the UL_INDICATION
Comment: Complete the UL_INDICATION
Functions: UL_INDICATION()
Functions: UL_INDICATION()
...
@@ -65,12 +65,12 @@ Comment: 15 warnings fixed
...
@@ -65,12 +65,12 @@ Comment: 15 warnings fixed
5/23
5/23
Add: openair1/PHY/LTE_TRANSPORT/defs_NB_IoT.h
Add: openair1/PHY/LTE_TRANSPORT/defs_NB_IoT.h
Modified: openair2/PHY_INTERFACE/IF_Module_NB_IoT.h
Modified: openair2/PHY_INTERFACE/IF_Module_NB_IoT.h
Modified: openair1/Sched/phy_procedures_lte_eNB_
nb_iot
.c
Modified: openair1/Sched/phy_procedures_lte_eNB_
NB_IoT
.c
Comment: merge with RRC branch, start the TX part implementation
Comment: merge with RRC branch, start the TX part implementation
5/27
5/27
Modified: openair2/LAYER2/MAC/phy_procedures_lte_eNB_
nb_iot
.c
Modified: openair2/LAYER2/MAC/phy_procedures_lte_eNB_
NB_IoT
.c
Comment: Complete the TX part, add the NB_generate_eNB_dlsch_params and NB_generate_eNB_ulsch_params
Comment: Complete the TX part, add the NB_generate_eNB_dlsch_params and NB_generate_eNB_ulsch_params
Since original OAI packed the DCI in MAC, and unpack at PHY to apply the physical layer configuration.
Since original OAI packed the DCI in MAC, and unpack at PHY to apply the physical layer configuration.
...
@@ -78,7 +78,7 @@ Comment: Complete the TX part, add the NB_generate_eNB_dlsch_params and NB_gener
...
@@ -78,7 +78,7 @@ Comment: Complete the TX part, add the NB_generate_eNB_dlsch_params and NB_gener
5/31
5/31
Comment: Complete the dci_tools the part configuring the PHY and do the pack of dci at the same times.
Comment: Complete the dci_tools the part configuring the PHY and do the pack of dci at the same times.
Add DCI packed format in dci_
nb_iot
.h
Add DCI packed format in dci_
NB_IoT
.h
6/6
6/6
...
...
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