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
6c61fef3
Commit
6c61fef3
authored
Feb 10, 2020
by
cig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added RA_SUCCEEDED to RA_state_t
parent
99256c24
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
openair2/LAYER2/NR_MAC_UE/mac_defs.h
openair2/LAYER2/NR_MAC_UE/mac_defs.h
+2
-1
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
+1
-0
No files found.
openair2/LAYER2/NR_MAC_UE/mac_defs.h
View file @
6c61fef3
...
...
@@ -77,7 +77,8 @@ typedef enum {
typedef
enum
{
RA_IDLE
=
0
,
WAIT_RAR
=
1
,
WAIT_CONTENTION_RESOLUTION
=
2
WAIT_CONTENTION_RESOLUTION
=
2
,
RA_SUCCEEDED
=
3
}
RA_state_t
;
/*!\brief Top level UE MAC structure */
...
...
openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c
View file @
6c61fef3
...
...
@@ -3288,6 +3288,7 @@ void nr_ue_process_mac_pdu(module_id_t module_idP,
nr_ra_succeeded
(
module_idP
,
CC_id
,
gNB_index
);
mac
->
crnti
=
mac
->
t_crnti
;
mac
->
t_crnti
=
0
;
mac
->
ra_state
=
RA_SUCCEEDED
;
}
break
;
...
...
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