X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2FE2AP-c%2Fsubscription%2Fresponse_helper.hpp;h=b370ff2be1168545aa9596de811b1233230feadc;hb=69a830676cee9b8a37bea3b2e59261514551be23;hp=62df7e5f0dbf288f08e19835439c455a40b3620c;hpb=b9d7e9c232a4371ddfed51c58e5a57f87b057229;p=ric-app%2Fadmin.git diff --git a/src/E2AP-c/subscription/response_helper.hpp b/src/E2AP-c/subscription/response_helper.hpp index 62df7e5..b370ff2 100644 --- a/src/E2AP-c/subscription/response_helper.hpp +++ b/src/E2AP-c/subscription/response_helper.hpp @@ -24,7 +24,7 @@ #include #include -/* Simple structure to store action for RICaction of the Subscription response based on E2 v0.22 */ +/* Simple structure to store action for RICaction of the Subscription response based on E2 v0.31 */ struct ActionResponse { public: ActionResponse(int id): _is_admit(true), _id(id), _cause(-1), _sub_cause(-1){};