X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fxapp-asn%2Fe2ap%2Fe2ap_control.hpp;h=2a2272c7f02a1f5a6cfd180d70425280e391881f;hb=23dad813c70c0d79cd1bd16009e00895e6509fd2;hp=57a2e2d8720defb3c5c1c104c29b5ed871e11ef3;hpb=6df19a4dacb4fcb6edb35a32af9c8f5c07c95e37;p=ric-app%2Fhw.git diff --git a/src/xapp-asn/e2ap/e2ap_control.hpp b/src/xapp-asn/e2ap/e2ap_control.hpp index 57a2e2d..2a2272c 100644 --- a/src/xapp-asn/e2ap/e2ap_control.hpp +++ b/src/xapp-asn/e2ap/e2ap_control.hpp @@ -1,7 +1,7 @@ /* ================================================================================== - Copyright (c) 2018-2019 AT&T Intellectual Property. + Copyright (c) 2019-2020 AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -31,10 +31,10 @@ #include #include #include -#include -#include -#include -#include +#include +#include +#include +#include #include "e2ap_control_helper.hpp" #define NUM_CONTROL_REQUEST_IES 6 @@ -47,15 +47,15 @@ public: ~ric_control_request(void); bool encode_e2ap_control_request(unsigned char *, size_t *, ric_control_helper &); - E2N_InitiatingMessage_t * get_message (void) ; - bool set_fields(E2N_InitiatingMessage_t *, ric_control_helper &); - bool get_fields(E2N_InitiatingMessage_t *, ric_control_helper &); + InitiatingMessage_t * get_message (void) ; + bool set_fields(InitiatingMessage_t *, ric_control_helper &); + bool get_fields(InitiatingMessage_t *, ric_control_helper &); std::string get_error(void) const {return error_string ; }; private: - E2N_E2AP_PDU_t * e2ap_pdu_obj; - E2N_InitiatingMessage_t *initMsg; - E2N_RICcontrolRequest_IEs_t *IE_array; + E2AP_PDU_t * e2ap_pdu_obj; + InitiatingMessage_t *initMsg; + RICcontrolRequest_IEs_t *IE_array; std::string error_string; char errbuf[128];