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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
75a3f4ae
Commit
75a3f4ae
authored
Mar 13, 2024
by
francescomani
Committed by
sagar arora
May 22, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
funcArgOrderDifferent
parent
92fea7ea
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
openair3/NAS/UE/nas_proc.c
openair3/NAS/UE/nas_proc.c
+1
-2
openair3/NAS/UE/nas_proc.h
openair3/NAS/UE/nas_proc.h
+1
-3
No files found.
openair3/NAS/UE/nas_proc.c
View file @
75a3f4ae
...
@@ -1014,8 +1014,7 @@ int nas_proc_activate_pdn(nas_user_t *user, int cid)
...
@@ -1014,8 +1014,7 @@ int nas_proc_activate_pdn(nas_user_t *user, int cid)
** Others: _nas_proc_data **
** Others: _nas_proc_data **
** **
** **
***************************************************************************/
***************************************************************************/
int
nas_proc_cell_info
(
nas_user_t
*
user
,
int
found
,
tac_t
tac
,
ci_t
ci
,
AcT_t
AcT
,
int
nas_proc_cell_info
(
nas_user_t
*
user
,
int
found
,
tac_t
tac
,
ci_t
ci
,
AcT_t
AcT
,
uint8_t
rsrq
,
uint8_t
rsrp
)
uint8_t
rsrq
,
uint8_t
rsrp
)
{
{
LOG_FUNC_IN
;
LOG_FUNC_IN
;
...
...
openair3/NAS/UE/nas_proc.h
View file @
75a3f4ae
...
@@ -111,9 +111,7 @@ int nas_proc_activate_pdn(nas_user_t *user, int cid);
...
@@ -111,9 +111,7 @@ int nas_proc_activate_pdn(nas_user_t *user, int cid);
* NAS procedures triggered by the network
* NAS procedures triggered by the network
* --------------------------------------------------------------------------
* --------------------------------------------------------------------------
*/
*/
int
nas_proc_cell_info
(
nas_user_t
*
user
,
int
found
,
tac_t
tac
,
ci_t
ci
,
AcT_t
AcT
,
uint8_t
rsrq
,
uint8_t
rsrp
);
int
nas_proc_cell_info
(
nas_user_t
*
user
,
int
found
,
tac_t
tac
,
ci_t
ci
,
AcT_t
rat
,
uint8_t
rsrp
,
uint8_t
rsrq
);
int
nas_proc_establish_cnf
(
nas_user_t
*
user
,
const
Byte_t
*
data
,
uint32_t
len
);
int
nas_proc_establish_cnf
(
nas_user_t
*
user
,
const
Byte_t
*
data
,
uint32_t
len
);
int
nas_proc_establish_rej
(
nas_user_t
*
user
);
int
nas_proc_establish_rej
(
nas_user_t
*
user
);
...
...
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