Commit d1a55d41 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Code cleanup

parent 9a05b739
......@@ -606,8 +606,8 @@ void Authentication_5gaka::generate_random(uint8_t* random_p, ssize_t length) {
random_p[i] = (r & mask) >> shift;
}
}
//--------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------
/*---------------------ausf-----------------------------*/
Sha256 ctx;
void Authentication_5gaka::sha256(
......
......@@ -56,8 +56,6 @@ u8 OP[16] = {0x63, 0xbf, 0xa5, 0x0e, 0xe6, 0x52, 0x33, 0x65,
0xff, 0x14, 0xc1, 0xf4, 0x5f, 0x88, 0x73, 0x7d};
/*------- Insert your value of OP here -------*/
// u8 op_c[16] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09,
// 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f};
uint8_t op_c[16] = {0xcd, 0x63, 0xcb, 0x71, 0x95, 0x4a, 0x9f, 0x4e,
0x48, 0xa5, 0x99, 0x4e, 0x37, 0xa0, 0x2b, 0xaf};
/*--------------------------- prototypes --------------------------*/
......
......@@ -30,15 +30,6 @@
#include "ausf_app.hpp"
#include <unistd.h>
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/date_time/posix_time/posix_time_types.hpp>
#include <boost/date_time/posix_time/time_formatters.hpp>
#include <boost/uuid/random_generator.hpp>
#include <boost/uuid/uuid_io.hpp>
#include <chrono>
#include "logger.hpp"
#include "ausf_client.hpp"
#include "ProblemDetails.h"
......@@ -54,7 +45,6 @@
using namespace std;
using namespace oai::ausf::app;
using namespace std::chrono;
extern ausf_app* ausf_app_inst;
ausf_client* ausf_client_inst = nullptr;
......
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