magma / S1APTester

A test tool that simulates the s1aptest functionality of a LTE network
Other
53 stars 42 forks source link

Testing with a real core network, no SCTP #49

Closed dopaul08 closed 3 years ago

dopaul08 commented 3 years ago

Your Environment

Describe the Issue

Dear, I compile S1SIM and Traffic generator, seems ok, I put the two library inside usr/lib

I compile TestCntlrStub according to Building TestCntrlStub failed #35, compile is OK

To Reproduce Do the following: I configure nbAppCfg.txt CELL_ID 1 TAC 2 ENB_IP_ADDR 10.28.5.122 (my server ip address) MME_ID 3 MME_ADDR 10.5.73.210 (my mme address) SCTP_IP_ADDR 10.5.73.210 ENB_NAME "RADISYS" PLMN_ID 54001 HEARTBEAT_INTERVAL 5000 RTO_INITIAL 200 RTO_MIN 100 RTO_MAX 1000 S1_PREP_TIMER_VAL 5000 S1_OVERALL_TIMER_VAL 10000 SCTP_UDP_SERVICE_TYPE 0 INACTIVITY_TIMER_VAL 2000000 MAX_EXPIRY 200 S1_SETUP_TMR_VAL 2000 NO_OF_SCTP_IN_STREAMS 1 (?) NO_OF_SCTP_OUT_STREAMS 1 (?) UE_ETH_INTF ens160 (my network interface) VS_IP_ADDR 192.168.200.136 CFGEND

I try this localuser@laas:~/S1APTester-master/TestCntlrStub/bin$ sudo ./testCntrlr S1SetupSucc [Stub] Initialising stack manager tag: AUTH_TYPE tagVal: MILENAGE [Stub] Entering trf_test_init() [Stub] Creating message queue..

[Stub]: Sending eNodeB Config [Stub] ../src/ts_utls.c:TC_msg_recv():234: Entering [Stub] TC_msg_recv(): msgid=34

and other example file, always block on msgid=34

I did a wireshark on all port, no SCTP message, strictly nothing Expected behavior exepected behavior is SCTP message sends to MME A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here (e.g. logs). How can we have log ?