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

33 lines
465 B
Plaintext

#include "headfile.txt"
test 1 udp<UDP>
UDP.Set remote_port=MSG_PORT
UDP.Set local_port=MSG_PORT
UDP.Set remote_ip=MSC_IP
//0 send <Release>
//A5 00 03 00 02 00
//
//10 send <Disable>
//A5 00 03 00 06 00
10 send <Enable>
A5 00 03 00 07 00
100 send <Establish>
A5 00 03 00 01 00
10 send <data>
05 00 03 FF 01 F0
1000 recv <data>
??
10 send <data>
05 00 03 FF 01 F1
1000 recv <data>
??
100 send <Release>
A5 00 03 00 02 00
50 send <Disable>
A5 00 03 00 06 00