X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=RIC-E2-TERMINATION%2FTEST%2FT1%2FTest1.cpp;h=fa201113cf5ac1be4211a14e4f3b104594cae3e0;hb=3bac2da3306cb753f967ce41dad1e7719380c916;hp=872a88cc1a45e96008f8b054ed97f7b73a7e2419;hpb=1a79bdfd453f4ae8e07074a4cc6669672c7ca2f7;p=ric-plt%2Fe2.git diff --git a/RIC-E2-TERMINATION/TEST/T1/Test1.cpp b/RIC-E2-TERMINATION/TEST/T1/Test1.cpp index 872a88c..fa20111 100644 --- a/RIC-E2-TERMINATION/TEST/T1/Test1.cpp +++ b/RIC-E2-TERMINATION/TEST/T1/Test1.cpp @@ -15,31 +15,29 @@ * limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). + */ + + // // Created by adi on 6/11/19. // #include -#include "asn/type_defs.h" -#include "asn/per/codec.hpp" -#include "asn/printer.hpp" +#include "asn1cFiles/E2AP-PDU.h" +#include "asn1cFiles/InitiatingMessage.h" + -#include "X2AP-CommonDataTypes.hpp" -#include "X2AP-Containers.hpp" -#include "X2AP-Constants.hpp" -#include "X2AP-IEs.hpp" -#include "X2AP-PDU-Contents.hpp" -#include "E2AP-Constants.hpp" -#include "E2AP-IEs.hpp" -#include "E2AP-PDU-Contents.hpp" -#include "E2AP-PDU-Descriptions.hpp" #include #include #include #include +#include #include #include @@ -150,7 +148,7 @@ int main(const int argc, char **argv) { mdclog_write(MDCLOG_INFO, "RMR running"); } - E2AP_PDU pdu {}; + E2AP_PDU_t pdu {}; auto &initiatingMsg = pdu.select_initiatingMessage(); initiatingMsg.ref_procedureCode().select_id_x2Setup(); initiatingMsg.ref_criticality().select_id_x2Setup();