Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AUSF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
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-AUSF
Commits
f2918401
Commit
f2918401
authored
May 17, 2021
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update header
parent
cea0923b
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
56 additions
and
45 deletions
+56
-45
src/5gaka/authentication_algorithms_with_5gaka.cpp
src/5gaka/authentication_algorithms_with_5gaka.cpp
+9
-7
src/5gaka/authentication_algorithms_with_5gaka.hpp
src/5gaka/authentication_algorithms_with_5gaka.hpp
+8
-6
src/5gaka/f12345.h
src/5gaka/f12345.h
+8
-6
src/5gaka/rijndael.cpp
src/5gaka/rijndael.cpp
+8
-6
src/5gaka/sha256.cpp
src/5gaka/sha256.cpp
+8
-6
src/5gaka/sha256.hpp
src/5gaka/sha256.hpp
+7
-6
src/5gaka/test.hpp
src/5gaka/test.hpp
+8
-7
src/ausf_app/ausf_app.cpp
src/ausf_app/ausf_app.cpp
+0
-1
No files found.
src/5gaka/authentication_algorithms_with_5gaka.cpp
View file @
f2918401
...
...
@@ -19,12 +19,14 @@
* contact@openairinterface.org
*/
/*! file
brief
author Jian Yang,Fengjiao He,Hongxin Wang
date 2020
email: contact@openairinterface.org
*/
/*! \file authentication_algorithms_with_5gaka.cpp
\brief
\brief Based on https://github.com/OPENAIRINTERFACE/openair-hss
\author Jian Yang, Fengjiao He, Hongxin Wang
\company
\date 2020
\email: email: contact@openairinterface.org
*/
#include "authentication_algorithms_with_5gaka.hpp"
...
...
@@ -690,4 +692,4 @@ bool Authentication_5gaka::equal_uint8(
};
return
true
;
}
\ No newline at end of file
}
src/5gaka/authentication_algorithms_with_5gaka.hpp
View file @
f2918401
...
...
@@ -19,12 +19,14 @@
* contact@openairinterface.org
*/
/*! file
brief
author Jian Yang,Fengjiao He,Hongxin Wang
date 2020
email: contact@openairinterface.org
*/
/*! \file authentication_algorithms_with_5gaka.hpp
\brief
\brief Based on https://github.com/OPENAIRINTERFACE/openair-hss
\author Jian Yang, Fengjiao He, Hongxin Wang
\company
\date 2020
\email: email: contact@openairinterface.org
*/
#ifndef _5GAKA_H_
#define _5GAKA_H_
...
...
src/5gaka/f12345.h
View file @
f2918401
...
...
@@ -19,12 +19,14 @@
* contact@openairinterface.org
*/
/*! file
brief
author Jian Yang,Fengjiao He,Hongxin Wang
date 2020
email: contact@openairinterface.org
*/
/*! \file f12345.h
\brief Example algorithms f1, f1*, f2, f3, f4, f5, f5
\brief Based on https://github.com/OPENAIRINTERFACE/openair-hss
\author Jian Yang, Fengjiao He, Hongxin Wang
\company
\date 2020
\email: email: contact@openairinterface.org
*/
/*-------------------------------------------------------------------
* Example algorithms f1, f1*, f2, f3, f4, f5, f5*
...
...
src/5gaka/rijndael.cpp
View file @
f2918401
...
...
@@ -19,12 +19,14 @@
* contact@openairinterface.org
*/
/*! file
brief
author Jian Yang,Fengjiao He,Hongxin Wang
date 2020
email: contact@openairinterface.org
*/
/*! \file rijndael.cpp
\brief
\brief Based on https://github.com/OPENAIRINTERFACE/openair-hss
\author Jian Yang, Fengjiao He, Hongxin Wang
\company
\date 2020
\email: email: contact@openairinterface.org
*/
#include "authentication_algorithms_with_5gaka.hpp"
...
...
src/5gaka/sha256.cpp
View file @
f2918401
...
...
@@ -19,12 +19,14 @@
* contact@openairinterface.org
*/
/*! file
brief
author Jian Yang,Fengjiao He,Hongxin Wang
date 2020
email: contact@openairinterface.org
*/
/*! \file rijndael.cpp
\brief
\brief Based on https://github.com/OPENAIRINTERFACE/openair-hss
\author Jian Yang, Fengjiao He, Hongxin Wang
\company
\date 2020
\email: email: contact@openairinterface.org
*/
#include "sha256.hpp"
...
...
src/5gaka/sha256.hpp
View file @
f2918401
...
...
@@ -19,12 +19,13 @@
* contact@openairinterface.org
*/
/*! file
brief
author Jian Yang,Fengjiao He,Hongxin Wang
date 2020
email: contact@openairinterface.org
*/
/*! \file sha256.hpp
\brief
\author Jian Yang, Fengjiao He, Hongxin Wang
\company
\date 2020
\email: email: contact@openairinterface.org
*/
#ifndef Sha256_H
#define Sha256_H
...
...
src/5gaka/test.hpp
View file @
f2918401
...
...
@@ -19,12 +19,13 @@
* contact@openairinterface.org
*/
/*! file
brief
author Jian Yang,Fengjiao He,Hongxin Wang
date 2020
email: contact@openairinterface.org
*/
/*! \file test.hpp
\brief
\author Jian Yang, Fengjiao He, Hongxin Wang
\company
\date 2020
\email: email: contact@openairinterface.org
*/
#ifndef _TEST_HPP_
#define _TEST_HPP_
...
...
@@ -545,4 +546,4 @@ void istream_test() {
char
c
=
'1'
;
}
#endif
\ No newline at end of file
#endif
src/ausf_app/ausf_app.cpp
View file @
f2918401
...
...
@@ -43,7 +43,6 @@
#include "ausf_client.hpp"
using
namespace
oai
::
ausf
::
app
;
// using namespace oai::ausf::model;
using
namespace
std
::
chrono
;
extern
ausf_app
*
ausf_app_inst
;
...
...
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