Files
svc.ems/plat/m2ua/ut/testcate/MGC(M2UA)_Server.txt
2024-09-27 15:39:34 +08:00

61 lines
1.4 KiB
Plaintext

#include "headfile.txt"
test 1 sctp<SCTP>
SCTP.SET REMOTE_IP=MSC_IP
SCTP.SET REMOTE_PORT=M2UA_CPORT
SCTP.SET LOCAL_PORT=M2UA_PORT
SCTP.SET STREAM_ID=1
50 SCTP.SET server
1000 SCTP.RECV <asp up>
01 00 03 01 00 00 00 10 00 11 00 08 ?? ?? ?? ??
//ip
0 SCTP.send <asp up ack>
01 00 03 04 00 00 00 08
0 SCTP.send <Notify>
01 00 00 01 00 00 00 10 00 0D 00 08 00 01 00 02
1000 SCTP.FLTR <asp up>
01 00 03 01 00 00 00 10 00 11 00 08 ?? ?? ?? ??
//ip 3
1000 SCTP.RECV <asp active>
01 00 04 01 00 00 00 18 00 0B 00 08 00 00 00 01 00 01 00 08 00 00 00 00
0 SCTP.send <asp active ack>
01 00 04 03 00 00 00 10 00 0B 00 08 00 00 00 01
0 SCTP.send <Notify>
01 00 00 01 00 00 00 10 00 0D 00 08 00 01 00 03
1000 SCTP.RECV <Establish req>
01 00 06 02 00 00 00 10 00 01 00 08 00 00 00 00
0 SCTP.send <Establish cnf>
01 00 06 03 00 00 00 10 00 01 00 08 00 00 00 00
1000 SCTP.RECV <Data>
??
0 SCTP.SEND <Data Indication>
01 00 06 01 00 00 00 18 00 01 00 08 00 00 00 00 03 00 00 07 FF 01 F0 00
1000 SCTP.RECV <Data>
??
0 SCTP.SEND <Data Indication>
01 00 06 01 00 00 00 18 00 01 00 08 00 00 00 00 03 00 00 07 FF 01 F1 00
// 1 SCTP.SEND <Release Indication>
// 01 00 06 01 00 00 00 18 00 01 00 08 00 00 00 00 03 00 00 07 FF 01 F0 00
1000 SCTP.RECV <Release req>
01 00 06 04 00 00 00 10 00 01 00 08 00 00 00 00
//stop
0 SCTP.send <Release cnf>
01 00 06 05 00 00 00 10 00 01 00 08 00 00 00 00
1000 SCTP.RECV <Release req>
?