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
promise
OpenXG-RAN
Commits
9a71d555
Commit
9a71d555
authored
Jan 30, 2021
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build of eNB/gNB/UE/nrUE
parent
579a573b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
cmake_targets/build_oai
cmake_targets/build_oai
+1
-0
executables/main-fs6.c
executables/main-fs6.c
+2
-2
No files found.
cmake_targets/build_oai
View file @
9a71d555
...
...
@@ -246,6 +246,7 @@ function main() {
shift
;;
--eNBocp
)
eNBocp
=
1
RU
=
0
echo_info
"Will compile OCP eNB"
shift
;;
--gNB
)
...
...
executables/main-fs6.c
View file @
9a71d555
...
...
@@ -750,7 +750,7 @@ void phy_procedures_eNB_uespec_RX_fromsplit(uint8_t *bufferZone, int nbBlocks,PH
recvFs6Ul
(
bufferZone
,
nbBlocks
,
eNB
,
ul_propa
);
// dirty memory allocation in OAI...
for
(
int
i
=
0
;
i
<
NUMBER_OF_UCI_
VARS_
MAX
;
i
++
)
for
(
int
i
=
0
;
i
<
NUMBER_OF_UCI_MAX
;
i
++
)
if
(
eNB
->
uci_vars
[
i
].
frame
==
proc
->
frame_rx
&&
eNB
->
uci_vars
[
i
].
subframe
==
proc
->
subframe_rx
)
eNB
->
uci_vars
[
i
].
active
=
0
;
...
...
@@ -1145,7 +1145,7 @@ void appendFs6DLUEcch(uint8_t *bufferZone, PHY_VARS_eNB *eNB, int frame, int sub
commonUDP_t
*
newUDPheader
=
(
commonUDP_t
*
)
firstFreeByte
;
bool
first_UE
=
true
;
for
(
int
i
=
0
;
i
<
NUMBER_OF_UCI_
VARS_
MAX
;
i
++
)
{
for
(
int
i
=
0
;
i
<
NUMBER_OF_UCI_MAX
;
i
++
)
{
LTE_eNB_UCI
*
uci
=
&
(
eNB
->
uci_vars
[
i
]);
if
((
uci
->
active
==
1
)
&&
(
uci
->
frame
==
frame
)
&&
(
uci
->
subframe
==
subframe
))
{
...
...
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