X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fxapp-asn%2Fe2ap%2Fsubscription_request.hpp;h=15695c3a7a0326ad360acfd860b1bb281eb255f5;hb=4edb52e022fe23b8951488c959458ad68b644d47;hp=28f419a12d85d757485f854ab94cd08f1b429b45;hpb=6df19a4dacb4fcb6edb35a32af9c8f5c07c95e37;p=ric-app%2Fhw.git diff --git a/src/xapp-asn/e2ap/subscription_request.hpp b/src/xapp-asn/e2ap/subscription_request.hpp index 28f419a..15695c3 100644 --- a/src/xapp-asn/e2ap/subscription_request.hpp +++ b/src/xapp-asn/e2ap/subscription_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,14 +26,14 @@ #include #include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include #include "subscription_helper.hpp" #define NUM_SUBSCRIPTION_REQUEST_IES 3 @@ -47,8 +47,8 @@ public: ~subscription_request(void); bool encode_e2ap_subscription(unsigned char *, size_t *, subscription_helper &); - bool set_fields(E2N_InitiatingMessage_t *, subscription_helper &); - bool get_fields(E2N_InitiatingMessage_t *, subscription_helper &); + bool set_fields(InitiatingMessage_t *, subscription_helper &); + bool get_fields(InitiatingMessage_t *, subscription_helper &); std::string get_error(void) const{ return error_string; @@ -56,11 +56,11 @@ public: private: - E2N_InitiatingMessage_t *initMsg; - E2N_E2AP_PDU_t * e2ap_pdu_obj; + InitiatingMessage_t *initMsg; + E2AP_PDU_t * e2ap_pdu_obj; - E2N_RICsubscriptionRequest_IEs_t * IE_array; - E2N_RICaction_ToBeSetup_ItemIEs_t * action_array; + RICsubscriptionRequest_IEs_t * IE_array; + RICaction_ToBeSetup_ItemIEs_t * action_array; unsigned int action_array_size; char errbuf[128]; size_t errbuf_len = 128;