X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=e2sim%2Fsrc%2Fencoding%2Fencode_e2apv1.hpp;h=6bbbe56dd8d580f8a00559d998c8e5f3d9ff4455;hb=refs%2Fchanges%2F13%2F4813%2F3;hp=b7747d4e8d9a5e09afb4935e94c5b184267e8a4a;hpb=391d64013acb0333456cbba3a9ed5712c5c85bd2;p=sim%2Fe2-interface.git diff --git a/e2sim/src/encoding/encode_e2apv1.hpp b/e2sim/src/encoding/encode_e2apv1.hpp index b7747d4..6bbbe56 100644 --- a/e2sim/src/encoding/encode_e2apv1.hpp +++ b/e2sim/src/encoding/encode_e2apv1.hpp @@ -2,6 +2,7 @@ /***************************************************************************** # * # Copyright 2020 AT&T Intellectual Property * +# Copyright (c) 2020 Samsung Electronics Co., Ltd. All Rights Reserved. * # * # Licensed under the Apache License, Version 2.0 (the "License"); * # you may not use this file except in compliance with the License. * @@ -54,6 +55,7 @@ namespace encoding { void generate_e2apv1_indication_request_parameterized(E2AP_PDU *e2ap_pdu, long requestorId, long instanceId, long ranFunctionId, long actionId, long seqNum, uint8_t *ind_header_buf, int header_length, uint8_t *ind_message_buf, int message_length); + void generate_e2apv1_service_update(E2AP_PDU_t *e2ap_pdu, std::vector all_funcs); } #endif