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
f029b1e4
Commit
f029b1e4
authored
Aug 02, 2022
by
Tien Thinh NGUYEN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CodeOwners
parent
02afb2c0
Changes
14
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
17 additions
and
86 deletions
+17
-86
src/CODEOWNERS
src/CODEOWNERS
+16
-2
src/amf-app/amf_app.cpp
src/amf-app/amf_app.cpp
+0
-7
src/common/3gpp_23.003.h
src/common/3gpp_23.003.h
+0
-6
src/common/3gpp_29.503.h
src/common/3gpp_29.503.h
+0
-6
src/common/amf.hpp
src/common/amf.hpp
+0
-6
src/common/comUt.cpp
src/common/comUt.cpp
+0
-7
src/common/comUt.hpp
src/common/comUt.hpp
+0
-7
src/common/common_defs.h
src/common/common_defs.h
+0
-7
src/common/conversions.cpp
src/common/conversions.cpp
+0
-5
src/common/conversions.hpp
src/common/conversions.hpp
+1
-7
src/common/endpoint.hpp
src/common/endpoint.hpp
+0
-7
src/common/logger.cpp
src/common/logger.cpp
+0
-6
src/common/logger.hpp
src/common/logger.hpp
+0
-6
src/secu_algorithms/CODEOWNERS
src/secu_algorithms/CODEOWNERS
+0
-7
No files found.
src/CODEOWNERS
View file @
f029b1e4
...
...
@@ -3,7 +3,21 @@ src/contexts:
- Keliang DU, BUPT
- Tien Thinh NGUYEN, Eurecom
AMF-APP (src/amf-app)
src/amf-app
- Keliang DU, BUPT
- Tien Thinh NGUYEN, Eurecom
- Shivam Gandhi, KCL
src/itti
- Lionel GAUTHIER
src/common
- Sebastien ROUX, Eurecom
- Lionel Gauthier, Eurecom
- Tien Thinh NGUYEN, Eurecom
- Keliang DU, BUPT
Secu_algorithms
- Kharbach Othmane
- GAUTHIER Lionel
- Keliang DU
src/amf-app/amf_app.cpp
View file @
f029b1e4
...
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
*/
/*! \file amf_app.cpp
\brief
\author Keliang DU (BUPT), Tien-Thinh NGUYEN (EURECOM)
\date 2020
\email: contact@openairinterface.org
*/
#include "amf_app.hpp"
#include <boost/uuid/random_generator.hpp>
...
...
src/common/3gpp_23.003.h
View file @
f029b1e4
...
...
@@ -19,12 +19,6 @@
* contact@openairinterface.org
*/
/*! \file 3gpp_23.003.h
\brief
\author Lionel Gauthier
\company Eurecom
\email: lionel.gauthier@eurecom.fr
*/
#ifndef FILE_3GPP_23_003_SEEN
#define FILE_3GPP_23_003_SEEN
...
...
src/common/3gpp_29.503.h
View file @
f029b1e4
...
...
@@ -19,12 +19,6 @@
* contact@openairinterface.org
*/
/*! \file 3gpp_29.503.h
\brief
\author Tien Thinh NGUYEN
\company Eurecom
\email: tien-thinh.nguyen@eurecom.fr
*/
#ifndef FILE_3GPP_29_503_SEEN
#define FILE_3GPP_29_503_SEEN
...
...
src/common/amf.hpp
View file @
f029b1e4
...
...
@@ -19,12 +19,6 @@
* contact@openairinterface.org
*/
/*! \file amf.hpp
\brief
\date 2020
\email: contact@openairinterface.org
*/
#ifndef __AMF_HPP
#define __AMF_HPP
...
...
src/common/comUt.cpp
View file @
f029b1e4
...
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
*/
/*! \file comUt.cpp
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#include "comUt.hpp"
#include "logger.hpp"
...
...
src/common/comUt.hpp
View file @
f029b1e4
...
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
*/
/*! \file comUt.hpp
\brief
\author Keliang DU, BUPT
\date 2020
\email: contact@openairinterface.org
*/
#ifndef _PRINT_BUFFER_H
#define _PRINT_BUFFER_H
...
...
src/common/common_defs.h
View file @
f029b1e4
...
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
*/
/*! \file common_defs.h
\brief
\author Sebastien ROUX, Lionel Gauthier
\company Eurecom
\email: lionel.gauthier@eurecom.fr
*/
#ifndef FILE_COMMON_DEFS_SEEN
#define FILE_COMMON_DEFS_SEEN
...
...
src/common/conversions.cpp
View file @
f029b1e4
...
...
@@ -19,11 +19,6 @@
* contact@openairinterface.org
*/
/*! \file conversions.cpp
\brief
\author Sebastien ROUX
\company Eurecom
*/
#include "conversions.hpp"
#include <arpa/inet.h>
...
...
src/common/conversions.hpp
View file @
f029b1e4
...
...
@@ -19,15 +19,9 @@
* contact@openairinterface.org
*/
/*! \file conversions.hpp
\brief
\author Sebastien ROUX, Lionel Gauthier
\company Eurecom
\email: lionel.gauthier@eurecom.fr
*/
#ifndef FILE_CONVERSIONS_HPP_SEEN
#define FILE_CONVERSIONS_HPP_SEEN
#include <netinet/in.h>
#include <stdint.h>
...
...
src/common/endpoint.hpp
View file @
f029b1e4
...
...
@@ -19,13 +19,6 @@
* contact@openairinterface.org
*/
/*! \file endpoint.hpp
\brief
\author Lionel Gauthier
\company Eurecom
\email: lionel.gauthier@eurecom.fr
*/
#ifndef FILE_ENDPOINT_HPP_SEEN
#define FILE_ENDPOINT_HPP_SEEN
...
...
src/common/logger.cpp
View file @
f029b1e4
...
...
@@ -19,12 +19,6 @@
* contact@openairinterface.org
*/
/*! \file logger.cpp
\brief
\date 2020
\email: contact@openairinterface.org
*/
#include "logger.hpp"
#include <iostream>
...
...
src/common/logger.hpp
View file @
f029b1e4
...
...
@@ -19,12 +19,6 @@
* contact@openairinterface.org
*/
/*! \file logger.hpp
\brief
\date 2020
\email: contact@openairinterface.org
*/
#ifndef __LOGGER_H
#define __LOGGER_H
...
...
src/secu_algorithms/CODEOWNERS
deleted
100644 → 0
View file @
02afb2c0
# CODEOWNERS
SNOW3G Library
- Kharbach Othmane
- GAUTHIER Lionel
Others:
- Keliang DU
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