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
wangjie
OpenXG-RAN
Commits
3df061b5
Commit
3df061b5
authored
Jul 01, 2016
by
Frédéric Leroy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UE/EMM: move emm_indication_callback_t from openair2 to emm_main.h
parent
2045a493
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
9 deletions
+11
-9
openair2/COMMON/commonDef.h
openair2/COMMON/commonDef.h
+0
-9
openair3/NAS/UE/EMM/emm_main.h
openair3/NAS/UE/EMM/emm_main.h
+9
-0
openair3/NAS/UE/nas_proc.h
openair3/NAS/UE/nas_proc.h
+1
-0
openair3/NAS/UE/nas_user.h
openair3/NAS/UE/nas_user.h
+1
-0
No files found.
openair2/COMMON/commonDef.h
View file @
3df061b5
...
...
@@ -316,15 +316,6 @@ typedef struct {
*/
#define TAI_LIST_T(SIZE) struct {Byte_t n_tais; tai_t tai[SIZE];}
/*
* User notification callback, executed whenever a change of data with
* respect of network information (e.g. network registration and/or
* location change, new PLMN becomes available) is notified by the
* EPS Mobility Management sublayer
*/
typedef
int
(
*
emm_indication_callback_t
)
(
Stat_t
,
tac_t
,
ci_t
,
AcT_t
,
const
char
*
,
size_t
);
typedef
enum
eps_protocol_discriminator_e
{
/* Protocol discriminator identifier for EPS Mobility Management */
EPS_MOBILITY_MANAGEMENT_MESSAGE
=
0x7
,
...
...
openair3/NAS/UE/EMM/emm_main.h
View file @
3df061b5
...
...
@@ -50,6 +50,15 @@ Description Defines the EPS Mobility Management procedure call manager,
/************************ G L O B A L T Y P E S ************************/
/****************************************************************************/
/*
* User notification callback, executed whenever a change of data with
* respect of network information (e.g. network registration and/or
* location change, new PLMN becomes available) is notified by the
* EPS Mobility Management sublayer
*/
typedef
int
(
*
emm_indication_callback_t
)
(
Stat_t
,
tac_t
,
ci_t
,
AcT_t
,
const
char
*
,
size_t
);
/****************************************************************************/
/******************** G L O B A L V A R I A B L E S ********************/
/****************************************************************************/
...
...
openair3/NAS/UE/nas_proc.h
View file @
3df061b5
...
...
@@ -40,6 +40,7 @@ Description NAS procedure call manager
#include "commonDef.h"
#include "networkDef.h"
#include "emm_main.h"
/****************************************************************************/
/********************* G L O B A L C O N S T A N T S *******************/
...
...
openair3/NAS/UE/nas_user.h
View file @
3df061b5
...
...
@@ -40,6 +40,7 @@ Description NAS procedure functions triggered by the user
#include "commonDef.h"
#include "networkDef.h"
#include "emm_main.h"
/****************************************************************************/
/********************* G L O B A L C O N S T A N T S *******************/
...
...
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