Commit cd957433 authored by Tien Thinh NGUYEN's avatar Tien Thinh NGUYEN

Code cleanup

parent c62f214c
......@@ -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;
......
......@@ -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;
......
......@@ -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>
......
......@@ -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
......
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