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
lizhongxiao
OpenXG-RAN
Commits
2ec461d6
Commit
2ec461d6
authored
Nov 06, 2023
by
黄灏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add amp params
parent
284af7e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
openair2/RRC/NR/rrc_gNB.c
openair2/RRC/NR/rrc_gNB.c
+1
-1
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band41.fr1.273PRB.dpdkrf.conf
.../GENERIC-NR-5GC/CONF/gnb.sa.band41.fr1.273PRB.dpdkrf.conf
+1
-0
No files found.
openair2/RRC/NR/rrc_gNB.c
View file @
2ec461d6
...
...
@@ -1284,7 +1284,7 @@ static int nr_rrc_gNB_decode_ccch(module_id_t module_id, const f1ap_initial_ul_r
*/
if
((
ue_context_p
=
rrc_gNB_ue_context_random_exist
(
gnb_rrc_inst
,
random_value
)))
{
LOG_W
(
NR_RRC
,
"new UE rnti (coming with random value) is already there, removing UE %x from MAC/PHY
\n
"
,
rnti
);
AssertFatal
(
false
,
"not implemented
\n
"
);
//
AssertFatal(false, "not implemented\n");
}
ue_context_p
=
rrc_gNB_create_ue_context
(
rnti
,
gnb_rrc_inst
,
random_value
,
msg
->
gNB_DU_ue_id
);
...
...
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band41.fr1.273PRB.dpdkrf.conf
View file @
2ec461d6
...
...
@@ -207,6 +207,7 @@ L1s = (
prach_dtx_threshold
=
220
;
pucch0_dtx_threshold
=
150
;
ofdm_offset_divisor
=
8
;
#set this to UINT_MAX for offset 0
tx_amp_backoff_dB
=
12
;
}
);
...
...
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