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
3bec2681
Commit
3bec2681
authored
Aug 02, 2022
by
Tien Thinh NGUYEN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove header and put authors in the Codeowners
parent
d7720955
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
1 addition
and
119 deletions
+1
-119
src/amf-app/amf_app.hpp
src/amf-app/amf_app.hpp
+0
-7
src/amf-app/amf_event.cpp
src/amf-app/amf_event.cpp
+1
-8
src/amf-app/amf_event.hpp
src/amf-app/amf_event.hpp
+0
-8
src/amf-app/amf_event_sig.hpp
src/amf-app/amf_event_sig.hpp
+0
-8
src/amf-app/amf_module_from_config.cpp
src/amf-app/amf_module_from_config.cpp
+0
-7
src/amf-app/amf_module_from_config.hpp
src/amf-app/amf_module_from_config.hpp
+0
-7
src/amf-app/amf_msg.cpp
src/amf-app/amf_msg.cpp
+0
-7
src/amf-app/amf_msg.hpp
src/amf-app/amf_msg.hpp
+0
-7
src/amf-app/amf_profile.cpp
src/amf-app/amf_profile.cpp
+0
-8
src/amf-app/amf_profile.hpp
src/amf-app/amf_profile.hpp
+0
-8
src/amf-app/amf_statistics.cpp
src/amf-app/amf_statistics.cpp
+0
-7
src/amf-app/amf_statistics.hpp
src/amf-app/amf_statistics.hpp
+0
-7
src/amf-app/amf_subscription.cpp
src/amf-app/amf_subscription.cpp
+0
-8
src/amf-app/amf_subscription.hpp
src/amf-app/amf_subscription.hpp
+0
-8
src/amf-app/mysql_db.cpp
src/amf-app/mysql_db.cpp
+0
-7
src/amf-app/mysql_db.hpp
src/amf-app/mysql_db.hpp
+0
-7
No files found.
src/amf-app/amf_app.hpp
View file @
3bec2681
...
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
*/
/*! \file amf_app.hpp
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#ifndef _AMF_APP_H_
#define _AMF_APP_H_
...
...
src/amf-app/amf_event.cpp
View file @
3bec2681
...
...
@@ -19,16 +19,9 @@
* contact@openairinterface.org
*/
/*! \file amf_event.cpp
\brief
\author Shivam Gandhi (KCL), Tien-Thinh NGUYEN (EURECOM)
\company
\date 2021
\email: contact@openairinterface.org
*/
#include "amf_event.hpp"
using
namespace
amf_application
;
//------------------------------------------------------------------------------
bs2
::
connection
amf_event
::
subscribe_ue_location_report
(
const
ue_location_report_sig_t
::
slot_type
&
sig
)
{
...
...
src/amf-app/amf_event.hpp
View file @
3bec2681
...
...
@@ -19,14 +19,6 @@
* contact@openairinterface.org
*/
/*! \file amf_event.hpp
\brief
\author Shivam Gandhi (KCL), Tien-Thinh NGUYEN (EURECOM)
\company
\date 2021
\email: contact@openairinterface.org
*/
#include <boost/signals2.hpp>
namespace
bs2
=
boost
::
signals2
;
...
...
src/amf-app/amf_event_sig.hpp
View file @
3bec2681
...
...
@@ -19,14 +19,6 @@
* contact@openairinterface.org
*/
/*! \file amf_event_sig.hpp
\brief
\author Shivam Gandhi (KCL), Tien-Thinh NGUYEN (EURECOM)
\company
\date 2021
\email: contact@openairinterface.org
*/
#ifndef FILE_SMF_EVENT_SIG_HPP_SEEN
#define FILE_SMF_EVENT_SIG_HPP_SEEN
...
...
src/amf-app/amf_module_from_config.cpp
View file @
3bec2681
...
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
*/
/*! \file amf_module_from_config.cpp
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#include "amf_module_from_config.hpp"
#include "common_defs.h"
...
...
src/amf-app/amf_module_from_config.hpp
View file @
3bec2681
...
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
*/
/*! \file amf_module_from_config.hpp
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#ifndef _AMF_MODULE_FROM_CONFIG_H_
#define _AMF_MODULE_FROM_CONFIG_H_
...
...
src/amf-app/amf_msg.cpp
View file @
3bec2681
...
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
*/
/*! \file amf_msg.cpp
\brief
\author Shivam Gandhi
\company KCL
\date 2021
\email: shivam.gandhi@kcl.ac.uk
*/
#include "amf_msg.hpp"
using
namespace
amf_application
;
...
...
src/amf-app/amf_msg.hpp
View file @
3bec2681
...
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
*/
/*! \file amf_msg.hpp
\brief
\author
\company
\date 2021
\email:
*/
#ifndef FILE_AMF_MSG_HPP_SEEN
#define FILE_AMF_MSG_HPP_SEEN
...
...
src/amf-app/amf_profile.cpp
View file @
3bec2681
...
...
@@ -19,14 +19,6 @@
* contact@openairinterface.org
*/
/*! \file amf_profile.cpp
\brief
\author Tien-Thinh NGUYEN
\company Eurecom
\date 2020
\email: Tien-Thinh.Nguyen@eurecom.fr
*/
#include "amf_profile.hpp"
#include <boost/algorithm/string/classification.hpp>
...
...
src/amf-app/amf_profile.hpp
View file @
3bec2681
...
...
@@ -19,14 +19,6 @@
* contact@openairinterface.org
*/
/*! \file amf_profile.hpp
\brief
\author Tien-Thinh NGUYEN
\company Eurecom
\date 2021
\email: Tien-Thinh.Nguyen@eurecom.fr
*/
#ifndef FILE_AMF_PROFILE_HPP_SEEN
#define FILE_AMF_PROFILE_HPP_SEEN
...
...
src/amf-app/amf_statistics.cpp
View file @
3bec2681
...
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
*/
/*! \file amf_statistics.cpp
\brief
\author Keliang DU (BUPT), Tien-Thinh NGUYEN (EURECOM)
\date 2020
\email: contact@openairinterface.org
*/
#include "amf_statistics.hpp"
#include "logger.hpp"
...
...
src/amf-app/amf_statistics.hpp
View file @
3bec2681
...
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
*/
/*! \file amf_statistics.hpp
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#ifndef _STATISTICS_H_
#define _STATISTICS_H_
...
...
src/amf-app/amf_subscription.cpp
View file @
3bec2681
...
...
@@ -19,14 +19,6 @@
* contact@openairinterface.org
*/
/*! \file amf_subscription.cpp
\brief
\author
\company
\date 2021
\email:
*/
#include "amf_subscription.hpp"
#include "logger.hpp"
#include "3gpp_conversions.hpp"
...
...
src/amf-app/amf_subscription.hpp
View file @
3bec2681
...
...
@@ -19,14 +19,6 @@
* contact@openairinterface.org
*/
/*! \file amf_subscription.hpp
\brief
\author Shivam Gandhi
\company KCL
\date 2021
\email: shivam.gandhi@kcl.ac.uk
*/
#include "3gpp_29.518.h"
#include "amf.hpp"
...
...
src/amf-app/mysql_db.cpp
View file @
3bec2681
...
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
*/
/*! \file mysql_db.cpp
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#include "amf_config.hpp"
#include "amf_n1.hpp"
#include "logger.hpp"
...
...
src/amf-app/mysql_db.hpp
View file @
3bec2681
...
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
*/
/*! \file mysql_db.hpp
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#ifndef _MYSQL_DB_HANDLERS_H_
#define _MYSQL_DB_HANDLERS_H_
...
...
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