Commit a3d65aff authored by Tien Thinh NGUYEN's avatar Tien Thinh NGUYEN Committed by sagar arora

Code cleanup

parent 0392777b
...@@ -39,7 +39,6 @@ typedef struct { ...@@ -39,7 +39,6 @@ typedef struct {
} mysql_auth_info_t; } mysql_auth_info_t;
typedef struct { typedef struct {
// mysql reference connector object
MYSQL* db_conn; MYSQL* db_conn;
std::string server; std::string server;
std::string user; std::string user;
......
...@@ -44,6 +44,7 @@ typedef enum { ...@@ -44,6 +44,7 @@ typedef enum {
NGAP_READY, NGAP_READY,
NGAP_SHUTDOWN NGAP_SHUTDOWN
} amf_ng_gnb_state_t; } amf_ng_gnb_state_t;
class gnb_context { class gnb_context {
public: public:
amf_ng_gnb_state_t ng_state; amf_ng_gnb_state_t ng_state;
......
...@@ -19,14 +19,6 @@ ...@@ -19,14 +19,6 @@
* contact@openairinterface.org * 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 "amf-http2-server.hpp"
#include <string> #include <string>
#include <boost/algorithm/string.hpp> #include <boost/algorithm/string.hpp>
......
...@@ -19,14 +19,6 @@ ...@@ -19,14 +19,6 @@
* contact@openairinterface.org * 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 #ifndef FILE_AMF_HTTP2_SERVER_SEEN
#define FILE_AMF_HTTP2_SERVER_SEEN #define FILE_AMF_HTTP2_SERVER_SEEN
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment