Tcp server and client for O1 alarm message communication[Issue-Id: ODUHIGH-244] 19/4919/4
authorVidhu <vidhu.pandey@hcl.com>
Sat, 24 Oct 2020 19:33:24 +0000 (01:03 +0530)
committerVidhu <vidhu.pandey@hcl.com>
Fri, 13 Nov 2020 11:41:44 +0000 (17:11 +0530)
commit777b90c558a74a8ebc411777254776f98af0add9
treeb83b5cdc95926626e764c212a5b4aa32adff9fa6
parenta5530e70a9d414952dadd1688aa9b4280c0dbb5a
Tcp server and client for O1 alarm message communication[Issue-Id: ODUHIGH-244]

Signed-off-by: Vidhu <vidhu.pandey@hcl.com>
Change-Id: I4fab9e410abb445fb00df4e966c0979a1b9cbc0a
src/o1/GlobalDefs.cpp [new file with mode: 0644]
src/o1/GlobalDefs.hpp [new file with mode: 0644]
src/o1/TcpServer.cpp [new file with mode: 0644]
src/o1/TcpServer.hpp [new file with mode: 0644]
src/o1/o1_client/AlarmInterface.c [new file with mode: 0644]
src/o1/o1_client/AlarmInterface.h [new file with mode: 0644]
src/o1/o1_client/GlobalDefs.h [new file with mode: 0644]
src/o1/o1_client/TcpClient.c [new file with mode: 0644]
src/o1/o1_client/TcpClient.h [new file with mode: 0644]