X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fxapp-asn%2Fe2ap%2Fsubscription_delete_request.hpp;h=b6d5bba557f09e2b203fd6fa3b046c157979250f;hb=0f5c234d5da8897f2f831e02ff03912e582ba6e9;hp=e3c1d4ec1d89c381490caeb8fee86ed805156520;hpb=6df19a4dacb4fcb6edb35a32af9c8f5c07c95e37;p=ric-app%2Fhw.git diff --git a/src/xapp-asn/e2ap/subscription_delete_request.hpp b/src/xapp-asn/e2ap/subscription_delete_request.hpp index e3c1d4e..b6d5bba 100644 --- a/src/xapp-asn/e2ap/subscription_delete_request.hpp +++ b/src/xapp-asn/e2ap/subscription_delete_request.hpp @@ -1,6 +1,6 @@ /* ================================================================================== - 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. @@ -26,10 +26,10 @@ #include #include #include -#include -#include -#include -#include +#include +#include +#include +#include #include "subscription_helper.hpp" #define NUM_SUBSCRIPTION_DELETE_IES 2 @@ -42,7 +42,7 @@ public: bool encode_e2ap_subscription(unsigned char *, size_t *, subscription_helper &); bool set_fields(subscription_helper &); - bool get_fields(E2N_InitiatingMessage_t *, subscription_helper &); + bool get_fields(InitiatingMessage_t *, subscription_helper &); std::string get_error(void) const { return error_string ; @@ -50,10 +50,10 @@ public: private: - E2N_InitiatingMessage_t *initMsg; - E2N_E2AP_PDU_t * e2ap_pdu_obj; + InitiatingMessage_t *initMsg; + E2AP_PDU_t * e2ap_pdu_obj; - E2N_RICsubscriptionDeleteRequest_IEs_t * IE_array; + RICsubscriptionDeleteRequest_IEs_t * IE_array; char errbuf[128];