version 4.0.0 first support for new E2 ASN 13/2813/1
authoraa7133@att.com <aa7133@att.com>
Mon, 16 Mar 2020 16:22:09 +0000 (18:22 +0200)
committeraa7133@att.com <aa7133@att.com>
Mon, 16 Mar 2020 16:22:14 +0000 (18:22 +0200)
Change-Id: Iee98a28b23c087a731b8fed0ec10d95c2262c2c0
Signed-off-by: aa7133@att.com <aa7133@att.com>
RIC-E2-TERMINATION/CMakeLists.txt

index 54975c4..07bf50f 100644 (file)
@@ -89,6 +89,7 @@ add_executable(e2 RIC-E2-TERMINATION/sctpThread.cpp
         RIC-E2-TERMINATION/base64.cpp
         RIC-E2-TERMINATION/ReadConfigFile.h
         RIC-E2-TERMINATION/BuildRunName.h)
+
 target_link_libraries(e2 librmr_nng.a)
 target_link_libraries(e2 librmr_si.a)
 target_link_libraries(e2 libicui18n.a)
@@ -108,11 +109,11 @@ add_executable(b64Test
 
 
 add_executable(sctpClient
-        RIC-E2-TERMINATION/TEST/sctpClient/sctpClient.cpp
-        RIC-E2-TERMINATION/TEST/sctpClient/sctpClient.h
-        RIC-E2-TERMINATION/TEST/rmrClient/rmrClient.h
-        RIC-E2-TERMINATION/TEST/httpServer/HttpServer.cpp
-        RIC-E2-TERMINATION/TEST/httpServer/HttpServer.h
+        RIC-E2-TERMINATION/TEST/testAsn/sctpClient/sctpClient.cpp
+        RIC-E2-TERMINATION/TEST/testAsn/sctpClient/sctpClient.h
+        RIC-E2-TERMINATION/TEST/testAsn/rmrClient/rmrClient.h
+        RIC-E2-TERMINATION/TEST/testAsn/httpServer/HttpServer.cpp
+        RIC-E2-TERMINATION/TEST/testAsn/httpServer/HttpServer.h
         RIC-E2-TERMINATION/base64.h
         RIC-E2-TERMINATION/base64.cpp
         RIC-E2-TERMINATION/TEST/T1/E2Builder.h
@@ -126,7 +127,7 @@ target_link_libraries(sctpClient librmr_si.a)
 #target_link_libraries(sctpClient libnng.a)
 
 add_executable(setUpMessages
-        RIC-E2-TERMINATION/TEST/setUpMessages/SetUpMessages.cpp
+        RIC-E2-TERMINATION/TEST/testAsn/setUpMessages/SetUpMessages.cpp
         RIC-E2-TERMINATION/BuildRunName.h
         )