You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
안녕하세요? oneM2M 구현을 하고 있는데 해당 oneM2MTester로 검증을 진행하는데 사용하고 싶은데
설정 항목들이 이해가 안되는게 있어 문의 드립니다.
TESTPORT_PARAMETERS 설정 부분이 어떻 관계로 활용이 되는지 궁금합니다.
utPort, this port is used to perform the AE testing.
mcaPortIn
mcaPort
mccPort
// mcaPort
system.mcaPort.defaultListeningPort := "0" // Allow to use specific port number
system.mcaPort.map_behavior := "connect"
system.mcaPort.RemotePort := "7579" // SUT - Port
system.mcaPort.RemoteHost := "192.168.19.147" // SUT - IP
system.mcaPort.lazy_conn_id_handling := "yes"
system.mcaPort.debug := "yes"
system.mcaPort.map_protocol := "tcp"
// mccPort
system.mccPort.defaultListeningPort := "0"
system.mccPort.map_behavior := "connect"
system.mccPort.RemotePort := "7579" // SUT - Port
system.mccPort.RemoteHost := "192.168.19.147" // SUT - IP
system.mccPort.lazy_conn_id_handling := "yes"
system.mccPort.debug := "yes"
system.mcaPort.map_protocol := "tcp"
// utPort, this port is used to perform the AE testing.
system.utPort.defaultListeningPort := "0"
system.utPort.map_behavior := "connect"
system.utPort.RemotePort := "3000" // UpperTester - Port
system.utPort.RemoteHost := "192.168.19.147" // UpperTester - IP
system.utPort.lazy_conn_id_handling := "yes"
system.utPort.debug := "yes"
// mcaPortIn
system.mcaPortIn.defaultListeningPort := "62590" // Allow to use specific port number
system.mcaPortIn.map_behavior := "listen"
system.mcaPortIn.debug := "yes"
system.mcaPortIn.map_protocol := "tcp"
The text was updated successfully, but these errors were encountered:
안녕하세요? oneM2M 구현을 하고 있는데 해당 oneM2MTester로 검증을 진행하는데 사용하고 싶은데
설정 항목들이 이해가 안되는게 있어 문의 드립니다.
The text was updated successfully, but these errors were encountered: