Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AMF-Simple
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
CommunityXG
OpenXG-AMF-Simple
Commits
838416d5
Commit
838416d5
authored
Sep 14, 2020
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish the code
parent
914629c8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
5 deletions
+0
-5
src/contexts/ue_context.hpp
src/contexts/ue_context.hpp
+0
-2
src/contexts/ue_ngap_context.hpp
src/contexts/ue_ngap_context.hpp
+0
-1
src/ngap/ngap_app/ngap_app.hpp
src/ngap/ngap_app/ngap_app.hpp
+0
-2
No files found.
src/contexts/ue_context.hpp
View file @
838416d5
...
@@ -30,8 +30,6 @@
...
@@ -30,8 +30,6 @@
#define _UE_CONTEXT_H_
#define _UE_CONTEXT_H_
#include <stdint.h>
#include <stdint.h>
#include <map>
#include <shared_mutex>
#include "NgapIEsStruct.hpp"
#include "NgapIEsStruct.hpp"
...
...
src/contexts/ue_ngap_context.hpp
View file @
838416d5
...
@@ -31,7 +31,6 @@
...
@@ -31,7 +31,6 @@
#include <stdint.h>
#include <stdint.h>
#include <map>
#include <map>
#include <shared_mutex>
#include "gNB_context.hpp"
#include "gNB_context.hpp"
...
...
src/ngap/ngap_app/ngap_app.hpp
View file @
838416d5
...
@@ -32,10 +32,8 @@
...
@@ -32,10 +32,8 @@
#include "sctp_server.hpp"
#include "sctp_server.hpp"
#include "gNB_context.hpp"
#include "gNB_context.hpp"
#include <map>
#include <map>
#include <set>
#include <shared_mutex>
#include <shared_mutex>
#include <string>
#include <string>
#include <thread>
using
namespace
sctp
;
using
namespace
sctp
;
...
...
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