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
a84012fc
Commit
a84012fc
authored
Aug 02, 2022
by
Tien Thinh NGUYEN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove author header and update CodeOwners
parent
f029b1e4
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
13 additions
and
50 deletions
+13
-50
src/CODEOWNERS
src/CODEOWNERS
+10
-4
src/itti/itti.cpp
src/itti/itti.cpp
+1
-6
src/itti/itti.hpp
src/itti/itti.hpp
+1
-6
src/itti/itti_msg.cpp
src/itti/itti_msg.cpp
+0
-6
src/itti/itti_msg.hpp
src/itti/itti_msg.hpp
+1
-6
src/itti/msgs/itti_msg_sbi.hpp
src/itti/msgs/itti_msg_sbi.hpp
+0
-8
src/sctp/sctp_server.cpp
src/sctp/sctp_server.cpp
+0
-7
src/sctp/sctp_server.hpp
src/sctp/sctp_server.hpp
+0
-7
No files found.
src/CODEOWNERS
View file @
a84012fc
...
...
@@ -9,8 +9,8 @@ src/amf-app
- Shivam Gandhi, KCL
src/itti
- Lionel GAUTHIER
- Lionel GAUTHIER
, Eurecom
- Tien Thinh NGUYEN, Eurecom
src/common
- Sebastien ROUX, Eurecom
- Lionel Gauthier, Eurecom
...
...
@@ -19,5 +19,11 @@ src/common
Secu_algorithms
- Kharbach Othmane
- GAUTHIER Lionel
- Keliang DU
- GAUTHIER Lionel, Eurecom
- Keliang DU, Bupt
SCTP
- Keliang DU, Bupt
NAS/NGAP/SBI/UTILS: To be updated
\ No newline at end of file
src/itti/itti.cpp
View file @
a84012fc
...
...
@@ -18,12 +18,7 @@
* For more information about the OpenAirInterface (OAI) Software Alliance:
* contact@openairinterface.org
*/
/*! \file itti.cpp
\brief
\author Lionel GAUTHIER
\date 2018
\email: lionel.gauthier@eurecom.fr
*/
#include "itti.hpp"
#include <signal.h>
...
...
src/itti/itti.hpp
View file @
a84012fc
...
...
@@ -18,12 +18,7 @@
* For more information about the OpenAirInterface (OAI) Software Alliance:
* contact@openairinterface.org
*/
/*! \file itti.hpp
\brief
\author Lionel GAUTHIER
\date 2018
\email: lionel.gauthier@eurecom.fr
*/
#ifndef SRC_OAI_ITTI_ITTI_HPP_INCLUDED_
#define SRC_OAI_ITTI_ITTI_HPP_INCLUDED_
...
...
src/itti/itti_msg.cpp
View file @
a84012fc
...
...
@@ -19,12 +19,6 @@
* contact@openairinterface.org
*/
/*! \file itti_msg.cpp
\brief
\author Lionel GAUTHIER
\date 2018
\email: lionel.gauthier@eurecom.fr
*/
#include "itti_msg.hpp"
#include "itti.hpp"
...
...
src/itti/itti_msg.hpp
View file @
a84012fc
...
...
@@ -18,12 +18,7 @@
* For more information about the OpenAirInterface (OAI) Software Alliance:
* contact@openairinterface.org
*/
/*! \file itti_msg.hpp
\brief
\author Lionel GAUTHIER
\date 2018
\email: lionel.gauthier@eurecom.fr
*/
#ifndef SRC_ITTI_ITTI_MSG_HPP_INCLUDED_
#define SRC_ITTI_ITTI_MSG_HPP_INCLUDED_
...
...
src/itti/msgs/itti_msg_sbi.hpp
View file @
a84012fc
...
...
@@ -19,14 +19,6 @@
* contact@openairinterface.org
*/
/*
* itti_sbi_msg.hpp
*
* Date: 2021
* Company KCL
* Author: shivam.gandhi@kcl.ac.uk
*/
#ifndef ITTI_MSG_SBI_HPP_INCLUDED_
#define ITTI_MSG_SBI_HPP_INCLUDED_
...
...
src/sctp/sctp_server.cpp
View file @
a84012fc
...
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
*/
/*! \file sctp_server.cpp
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#include "sctp_server.hpp"
#include "logger.hpp"
...
...
src/sctp/sctp_server.hpp
View file @
a84012fc
...
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
*/
/*! \file sctp_server.hpp
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#ifndef _SCTP_SERVER_H_
#define _SCTP_SERVER_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