Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oneM2MTesterConfig.cfg 설정 파일 문의 #2

Open
kranian opened this issue Oct 24, 2018 · 0 comments
Open

oneM2MTesterConfig.cfg 설정 파일 문의 #2

kranian opened this issue Oct 24, 2018 · 0 comments

Comments

@kranian
Copy link

kranian commented Oct 24, 2018

안녕하세요? oneM2M 구현을 하고 있는데 해당 oneM2MTester로 검증을 진행하는데 사용하고 싶은데
설정 항목들이 이해가 안되는게 있어 문의 드립니다.

  1. 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" 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant