Hi, i am getting following error while testing the INTU application
INTU: *** Failed to encode invoke for dialogue ID 0x8000 [-11] ***
system.txt on INTU:
********************************************************************************
* Example system.txt.
* Edit this file to reflect your configuration.
*
NUM_LMSGS 5000
* Essential modules running on the host:
LOCAL 0x00 * Timer Task
* Optional modules running on the host:
LOCAL 0xcf * s7_mgt - Management/config task
LOCAL 0xef * s7_log - Display and logging utility
LOCAL 0xc2 * mbm
* Include LOCAL definition for non-native SCTP use or REDIRECT for native SCTP
LOCAL 0xd0 * SCTPD module for non-native SCTP (Win,Linux,Sol8/9)
LOCAL 0xd1 * SCTP module
LOCAL 0xd2 * M3UA module
LOCAL 0x33 * SCCP module
LOCAL 0x14 * TCAP module
LOCAL 0x35 * INAP module
LOCAL 0x3d * intu
REDIRECT 0x22 0xd2 * MTP3 module
* Now start-up all local tasks:
FORK_PROCESS ./tim
FORK_PROCESS ./tick
FORK_PROCESS ./sctpd
FORK_PROCESS ./sctp
FORK_PROCESS ./m3ua -t
FORK_PROCESS ./mbm -d
FORK_PROCESS ./sccp -t
FORK_PROCESS ./tcap -t
FORK_PROCESS ./s7_mgt -d
FORK_PROCESS ./s7_log -fss7.log
FORK_PROCESS ./inap -t
#######################################################################
#################### config.txt ###########################################
CNSYS:IPADDR=10.10.10.15,per=0;
SNSLI:SNLINK=1,IPADDR=10.10.10.1,PPORT=2905,HPORT=2905,SNEND=C,SNTYPE=m3ua;
***** m3ua **********************
SNAPI:AS=1,OPC=1,RC=1,TRMD=LS;
SNRAI:RAS=1,RC=1,DPC=2;
SNALI:SNAL=1,RAS=1,SNLINK=1;
SNLBI:SNLB=1,AS=1,RAS=1;
* SCCP Parameters:
* SCCP_CONFIG <local_spc> <ssf> <options> <send uis>
SCCP_CONFIG 1 0x08 0x322 0x00000001
* Define Remote Signaling Points:
* SCCP_SSR <ssr_id> RSP <remote_spc> <flags> <pc_mask>
SCCP_SSR 1 RSP 2 0 0
* Define Local Sub-Systems:
* SCCP_SSR <ssr_id> LSS <local_ssn> <module_id> <flags> <protocol>
SCCP_SSR 2 LSS 0xfc 0x3d 0 INAP
* Define Remote Sub-Systems:
* SCCP_SSR <ssr_id> RSS <remote_spc> <remote_ssn> <flags>
SCCP_SSR 3 RSS 2 0xfa 0
* Enable SCCP traces:
* SCCP_TRACE <op_evt_mask> <ip_evt_mask> <non_prim_mask>
*SCCP_TRACE 0x3 0x7 0x3
* TCAP Parameters:
* TCAP_CONFIG <base_ogdlg_id> <nog_dialogues> <base_icdlg_id> <nic_dialogues> <options> <dlg_hunt> [<addr_format>]
TCAP_CONFIG 0x0000 0x400 0x8000 0x400 0x0000 0 0
* Enable TCAP traces:
* TCAP_TRACE <op_evt_mask> <ip_evt_mask> <non_prim_mask>
TCAP_TRACE 0x7 0xf 0x0
* INAP_CONFIG <options>
INAP_CONFIG 0
* INAP_FE <fe_ref> <options> <sccp_address>
INAP_FE 0x00000001 0x00000000 0x430200fa
INAP_FE 0x00000003 0x00000001 0x430100fc
* INAP_AC <ac_ref> <ac>
INAP_AC 0x00 0xa109060704000101010000
INAP_AC 0x01 0xa109060704000101010100
INAP_AC 0x02 0xa109060704000101010200
INAP_AC 0x03 0xa109060704000101010300
INAP_AC 0x04 0xa109060704000101010400
INAP_AC 0x05 0xa109060704000101010500
INAP_AC 0x06 0xa109060704000101010600
INAP_AC 0x10 0xa109060700118942010000
INAP_AC 0x20 0xa109060704000001003200
INAP_AC 0x21 0xa109060704000001003201
INAP_AC 0x34 0xa109060704000101140304
* End of file
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
system trace of incomming msgs are:
S7L:I0000 T 00000000 M t8742 i0000 f33 d14 s00 p020201000101000504430100fc0404430200fa064862464804000040006b1a2818060700118605010101a00d600ba1090607040001010100006c22a120020101020100301880010a820701108000214365830a010402050605050a050a00
S7L:I0000 T 00000000 M t8784 i8000 f14 d35 s00 p020c01010601020704430100fc0804430200fa0d0ba10906070400010101000000
S7L:I0000 T 00000000 M t8782 i8000 f14 d35 s00 p080201010122a120020101020100301880010a820701108000214365830a010402050605050a050a00
S7L:I0000 T 00000000 M tc783 i8000 f35 d14 s00 p040601020901000804430100fc0704430200fa0d0ba10906070400010101000000
S7L:I0000 T 00000000 M tc740 i0000 f14 d33 s00 p010101000201000301020504430200fa0404430100fc0630642e4904000040006b262824060700118605010101a0196117a109060704000101010000a203020100a305a10302010000
Any help will be appreciated
Regards,
Sherazi