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
Michael Black
OpenXG-RAN
Commits
7dbdcc2d
Commit
7dbdcc2d
authored
Mar 23, 2021
by
David Kim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changing env for test
1. restoring ci test environment. 2. packet drop disabled.
parent
eb3436c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
10 deletions
+8
-10
ci-scripts/conf_files/rcc.band7.tm1.nfapi.conf
ci-scripts/conf_files/rcc.band7.tm1.nfapi.conf
+7
-9
openair2/PHY_INTERFACE/phy_stub_UE.c
openair2/PHY_INTERFACE/phy_stub_UE.c
+1
-1
No files found.
ci-scripts/conf_files/rcc.band7.tm1.nfapi.conf
View file @
7dbdcc2d
...
...
@@ -190,15 +190,13 @@ eNBs =
t_dc_overall
=
2000
; /*
unit
:
millisecond
*/
NETWORK_INTERFACES
:
{
# All of these have to be IP addr of eNB
# if in CORE container, make it 172.16.0.1
# if not launched in CORE, can set to lo (127.0.0.1)
ENB_INTERFACE_NAME_FOR_S1_MME
=
"ctrl0"
;
ENB_IPV4_ADDRESS_FOR_S1_MME
=
"172.16.0.1"
;
ENB_INTERFACE_NAME_FOR_S1U
=
"ctrl0"
;
ENB_IPV4_ADDRESS_FOR_S1U
=
"172.16.0.1"
;
{
ENB_INTERFACE_NAME_FOR_S1_MME
=
"ens3"
;
ENB_IPV4_ADDRESS_FOR_S1_MME
=
"CI_ENB_IP_ADDR"
;
ENB_INTERFACE_NAME_FOR_S1U
=
"ens3"
;
ENB_IPV4_ADDRESS_FOR_S1U
=
"CI_ENB_IP_ADDR"
;
ENB_PORT_FOR_S1U
=
2152
;
# Spec 2152
ENB_IPV4_ADDRESS_FOR_X2C
=
"
172.16.0.1
"
;
ENB_IPV4_ADDRESS_FOR_X2C
=
"
CI_ENB_IP_ADDR
"
;
ENB_PORT_FOR_X2C
=
36422
;
# Spec 36422
};
...
...
@@ -210,7 +208,7 @@ MACRLCs = (
num_cc
=
1
;
local_s_if_name
=
"lo"
;
remote_s_address
=
"127.0.0.1"
;
local_s_address
=
"127.0.0.
1
"
;
local_s_address
=
"127.0.0.
2
"
;
local_s_portc
=
50001
;
remote_s_portc
=
50000
;
local_s_portd
=
50011
;
...
...
openair2/PHY_INTERFACE/phy_stub_UE.c
View file @
7dbdcc2d
...
...
@@ -822,7 +822,7 @@ void dl_config_req_UE_MAC_dci(int sfn,
sfn
,
sf
,
dci
->
pdu_size
,
dlsch
->
dlsch_pdu
.
dlsch_pdu_rel8
.
pdu_index
,
tx_req_pdu_list
->
num_pdus
);
if
(
!
should_drop_transport_block
(
sf
,
dci
->
dci_dl_pdu
.
dci_dl_pdu_rel8
.
rnti
))
if
(
node_number
>
0
||
!
should_drop_transport_block
(
sf
,
dci
->
dci_dl_pdu
.
dci_dl_pdu_rel8
.
rnti
))
{
ue_send_sdu
(
ue_id
,
0
,
sfn
,
sf
,
tx_req_pdu_list
->
pdus
[
pdu_index
].
segments
[
0
].
segment_data
,
...
...
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