Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-SMF
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
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-SMF
Commits
c19f14f0
Commit
c19f14f0
authored
Oct 16, 2019
by
yunshou-yang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add encode files
parent
22f95873
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2565 additions
and
0 deletions
+2565
-0
src/oai_smf/nas_sm_encode_to_json.c
src/oai_smf/nas_sm_encode_to_json.c
+2544
-0
src/oai_smf/nas_sm_encode_to_json.h
src/oai_smf/nas_sm_encode_to_json.h
+21
-0
No files found.
src/oai_smf/nas_sm_encode_to_json.c
0 → 100644
View file @
c19f14f0
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/oai_smf/nas_sm_encode_to_json.h
0 → 100644
View file @
c19f14f0
#ifndef _NAS_SM_ENCODE_TO_JSON_H_
#define _NAS_SM_ENCODE_TO_JSON_H_
int
sm_encode_establishment_request
(
void
);
//int sm_encode_establishment_accept(void);
int
sm_encode_establishment_reject
(
void
);
int
sm_encode_authentication_command
(
void
);
int
sm_encode_authentication_complete
(
void
);
int
sm_encode_authentication_result
(
void
);
//int sm_encode_modification_request(void);
int
sm_encode_modification_reject
(
void
);
//int sm_encode_modification_command(void);
int
sm_encode_modification_complete
(
void
);
int
sm_encode_modification_command_reject
(
void
);
int
sm_encode_release_request
(
void
);
int
sm_encode_release_reject
(
void
);
int
sm_encode_release_command
(
void
);
int
sm_encode_release_complete
(
void
);
int
sm_encode__5gsm_status_
(
void
);
#endif
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