O1 IP PORT configuration for CM .[Issue-Id: ODUHIGH-196]
[o-du/l2.git] / src / o1 / o1_client / TcpClient.h
index 13d6b3f..8349e58 100644 (file)
@@ -25,6 +25,7 @@
 
 uint8_t openSocket(const char*, const uint16_t);
 int sendData(void*, const int);
+int receiveData(void* data, const int size);
 uint8_t closeSocket();
 
 #endif