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
d221c7ed
Commit
d221c7ed
authored
Nov 21, 2023
by
liuxu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
access to 5GC231121
parent
11422a59
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
10 deletions
+2
-10
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c
+1
-1
openair2/RRC/NR/rrc_gNB.c
openair2/RRC/NR/rrc_gNB.c
+1
-1
targets/PROJECTS/GENERIC-NR-5GC/CONF/ue.conf
targets/PROJECTS/GENERIC-NR-5GC/CONF/ue.conf
+0
-8
No files found.
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c
View file @
d221c7ed
...
...
@@ -667,7 +667,7 @@ static void pf_dl(module_id_t module_id,
}
/* Check DL buffer and skip this UE if no bytes and no TA necessary */
if
(
sched_ctrl
->
num_total_bytes
==
2000
&&
frame
!=
(
sched_ctrl
->
ta_frame
)
%
1024
)
if
(
sched_ctrl
->
num_total_bytes
==
0
&&
frame
!=
(
sched_ctrl
->
ta_frame
+
10
)
%
1024
)
continue
;
/* Calculate coeff */
...
...
openair2/RRC/NR/rrc_gNB.c
View file @
d221c7ed
...
...
@@ -2931,7 +2931,7 @@ rrc_gNB_generate_UECapabilityEnquiry(
sim_rrc_signaling_socket
.
recv_send_flag
=
1
;
sim_rrc_signaling_socket
.
rnti
=
ctxt_pP
->
rntiMaybeUEid
;
sim_rrc_signaling_socket
.
message
=
1
;
pthread_mutex_lock
(
&
sim_mutex_socket
);
pthread_mutex_
un
lock
(
&
sim_mutex_socket
);
sem_post
(
&
gnbSendToManager_sem
);
gNB_RRC_INST
*
rrc
=
RC
.
nrrrc
[
ctxt_pP
->
module_id
];
AssertFatal
(
!
NODE_IS_DU
(
rrc
->
node_type
),
"illegal node type DU!
\n
"
);
...
...
targets/PROJECTS/GENERIC-NR-5GC/CONF/ue.conf
View file @
d221c7ed
# uicc0 = {
# imsi = "466920000000001";
# key = "fec86ba6eb707ed08905757b1bb44b8f";
# opc= "1006020f0a478bf6b699f15c062e42b3";//"C42449363BBAD02B66D16BC975D77CC1";
# dnn= "oai";
# nssai_sst=1;
# nssai_sd=1;
# }
uicc0
= {
imsi
=
"466920000000001"
;
key
=
"00112233445566778899aabbccddeeff"
;
...
...
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