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
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
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-AMF
Commits
cd957433
Commit
cd957433
authored
Aug 18, 2022
by
Tien Thinh NGUYEN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Code cleanup
parent
c62f214c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
17 deletions
+1
-17
src/amf-app/mysql_db.hpp
src/amf-app/mysql_db.hpp
+0
-1
src/contexts/gNB_context.hpp
src/contexts/gNB_context.hpp
+1
-0
src/sbi/amf_server/amf-http2-server.cpp
src/sbi/amf_server/amf-http2-server.cpp
+0
-8
src/sbi/amf_server/amf-http2-server.hpp
src/sbi/amf_server/amf-http2-server.hpp
+0
-8
No files found.
src/amf-app/mysql_db.hpp
View file @
cd957433
...
...
@@ -39,7 +39,6 @@ typedef struct {
}
mysql_auth_info_t
;
typedef
struct
{
// mysql reference connector object
MYSQL
*
db_conn
;
std
::
string
server
;
std
::
string
user
;
...
...
src/contexts/gNB_context.hpp
View file @
cd957433
...
...
@@ -44,6 +44,7 @@ typedef enum {
NGAP_READY
,
NGAP_SHUTDOWN
}
amf_ng_gnb_state_t
;
class
gnb_context
{
public:
amf_ng_gnb_state_t
ng_state
;
...
...
src/sbi/amf_server/amf-http2-server.cpp
View file @
cd957433
...
...
@@ -19,14 +19,6 @@
* contact@openairinterface.org
*/
/*! \file amf_http2-server.cpp
\brief
\author Tien-Thinh NGUYEN
\company Eurecom
\date 2021
\email: tien-thinh.nguyen@eurecom.fr
*/
#include "amf-http2-server.hpp"
#include <string>
#include <boost/algorithm/string.hpp>
...
...
src/sbi/amf_server/amf-http2-server.hpp
View file @
cd957433
...
...
@@ -19,14 +19,6 @@
* contact@openairinterface.org
*/
/*! \file amf_http2-server.h
\brief
\author Tien-Thinh NGUYEN
\company Eurecom
\date 2021
\email: tien-thinh.nguyen@eurecom.fr
*/
#ifndef FILE_AMF_HTTP2_SERVER_SEEN
#define FILE_AMF_HTTP2_SERVER_SEEN
...
...
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