Commit 2ca0e5d8 authored by Tien Thinh NGUYEN's avatar Tien Thinh NGUYEN

Remove unecesssary included headers for NAS msg

parent 7317ea9e
......@@ -21,9 +21,6 @@
#include "AuthenticationFailure.hpp"
#include "3gpp_24.501.hpp"
#include "logger.hpp"
using namespace nas;
//------------------------------------------------------------------------------
......
......@@ -21,9 +21,6 @@
#include "AuthenticationReject.hpp"
#include "3gpp_24.501.hpp"
#include "logger.hpp"
using namespace nas;
//------------------------------------------------------------------------------
......
......@@ -21,9 +21,6 @@
#include "AuthenticationRequest.hpp"
#include "3gpp_24.501.hpp"
#include "logger.hpp"
using namespace nas;
//------------------------------------------------------------------------------
......
......@@ -21,9 +21,6 @@
#include "AuthenticationResponse.hpp"
#include "3gpp_24.501.hpp"
#include "logger.hpp"
using namespace nas;
//------------------------------------------------------------------------------
......
......@@ -21,9 +21,6 @@
#include "AuthenticationResult.hpp"
#include "3gpp_24.501.hpp"
#include "logger.hpp"
using namespace nas;
//------------------------------------------------------------------------------
......
......@@ -21,10 +21,6 @@
#include "ConfigurationUpdateCommand.hpp"
#include "3gpp_24.501.hpp"
#include "String2Value.hpp"
#include "logger.hpp"
using namespace nas;
//------------------------------------------------------------------------------
......
......@@ -22,9 +22,8 @@
#ifndef CONFIGURATION_UPDATE_COMMAND_H_
#define CONFIGURATION_UPDATE_COMMAND_H_
#include <stdint.h>
#include "NasIeHeader.hpp"
namespace nas {
class ConfigurationUpdateCommand : public NasMmPlainHeader {
......
......@@ -21,9 +21,7 @@
#include "DLNASTransport.hpp"
#include "3gpp_24.501.hpp"
#include "bstrlib.h"
#include "logger.hpp"
using namespace nas;
......
......@@ -21,10 +21,6 @@
#include "DeregistrationAccept.hpp"
#include "3gpp_24.501.hpp"
#include "String2Value.hpp"
#include "logger.hpp"
using namespace nas;
//------------------------------------------------------------------------------
......
......@@ -21,10 +21,7 @@
#include "DeregistrationRequest.hpp"
#include "3gpp_24.501.hpp"
#include "conversions.hpp"
#include "logger.hpp"
#include "String2Value.hpp"
using namespace nas;
......
......@@ -21,9 +21,6 @@
#include "IdentityRequest.hpp"
#include "3gpp_24.501.hpp"
#include "logger.hpp"
using namespace nas;
//------------------------------------------------------------------------------
......
......@@ -21,9 +21,6 @@
#include "IdentityResponse.hpp"
#include "3gpp_24.501.hpp"
#include "logger.hpp"
using namespace nas;
//------------------------------------------------------------------------------
......
......@@ -22,6 +22,7 @@
#ifndef _NAS_MM_PLAIN_HEADER_H_
#define _NAS_MM_PLAIN_HEADER_H_
#include "3gpp_24.501.hpp"
#include "ExtendedProtocolDiscriminator.hpp"
#include "NasMessageType.hpp"
#include "SecurityHeaderType.hpp"
......
......@@ -21,9 +21,7 @@
#include "RegistrationAccept.hpp"
#include "3gpp_24.501.hpp"
#include "String2Value.hpp"
#include "logger.hpp"
using namespace nas;
......
......@@ -21,9 +21,6 @@
#include "RegistrationComplete.hpp"
#include "3gpp_24.501.hpp"
#include "logger.hpp"
using namespace nas;
//------------------------------------------------------------------------------
......
......@@ -21,9 +21,6 @@
#include "RegistrationReject.hpp"
#include "3gpp_24.501.hpp"
#include "logger.hpp"
using namespace nas;
//------------------------------------------------------------------------------
......
......@@ -21,10 +21,9 @@
#include "RegistrationRequest.hpp"
#include "3gpp_24.501.hpp"
#include "conversions.hpp"
#include "String2Value.hpp"
#include "logger.hpp"
using namespace nas;
//------------------------------------------------------------------------------
......
......@@ -21,9 +21,6 @@
#include "SecurityModeCommand.hpp"
#include "3gpp_24.501.hpp"
#include "logger.hpp"
using namespace nas;
//------------------------------------------------------------------------------
......
......@@ -21,10 +21,6 @@
#include "SecurityModeComplete.hpp"
#include "3gpp_24.501.hpp"
#include "Ie_Const.hpp"
#include "logger.hpp"
using namespace nas;
//------------------------------------------------------------------------------
......
......@@ -21,9 +21,6 @@
#include "SecurityModeReject.hpp"
#include "3gpp_24.501.hpp"
#include "logger.hpp"
using namespace nas;
//------------------------------------------------------------------------------
......
......@@ -21,8 +21,6 @@
#include "ServiceAccept.hpp"
#include "3gpp_24.501.hpp"
#include "logger.hpp"
using namespace nas;
//------------------------------------------------------------------------------
......
......@@ -22,8 +22,6 @@
#ifndef _SERVICE_ACCEPT_H_
#define _SERVICE_ACCEPT_H_
#include <stdint.h>
#include "NasIeHeader.hpp"
namespace nas {
......
......@@ -21,8 +21,6 @@
#include "ServiceReject.hpp"
#include "3gpp_24.501.hpp"
#include "logger.hpp"
using namespace nas;
//------------------------------------------------------------------------------
......
......@@ -22,8 +22,6 @@
#ifndef _SERVICE_REJECT_H_
#define _SERVICE_REJECT_H_
#include <stdint.h>
#include "NasIeHeader.hpp"
namespace nas {
......
......@@ -21,9 +21,6 @@
#include "ServiceRequest.hpp"
#include "3gpp_24.501.hpp"
#include "logger.hpp"
using namespace nas;
//------------------------------------------------------------------------------
......
......@@ -22,9 +22,10 @@
#ifndef _SERVICE_REQUEST_H_
#define _SERVICE_REQUEST_H_
#include "bstrlib.h"
#include "NasIeHeader.hpp"
#include "bstrlib.h"
namespace nas {
class ServiceRequest : public NasMmPlainHeader {
......
......@@ -21,9 +21,6 @@
#include "ULNASTransport.hpp"
#include "3gpp_24.501.hpp"
#include "logger.hpp"
using namespace nas;
//------------------------------------------------------------------------------
......
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