# -------------------------------------------------------------- # # Copyright (c) 2006, Ultra Electronics Airport Systems. # All Rights Reserved. # # -------------------------------------------------------------- # # Filename - gw.conf.BVIS # Module Name - UltraTrak DCS Gateway # Originating Author - Ian Byass # Design Reference - UAS/FALCP/SS/01615 # # -------------------------------------------------------------- # # Description - BagLink Interface Configuration File # # -------------------------------------------------------------- # arinc's baglink interface # -------------------------------------------------------------- # # BagLink Servers ---------------------------------------------- # BVIS_prim_server_port_address 6050 BVIS_prim_server_host_name Prim_Server_App_Id BSI_0001 BVIS_sec_server_port_address 6051 BVIS_sec_server_host_name Sec_Server_App_Id BSI_0001 #The time between connection attempts time_between_attempts 10 #The number of failed login attempts Login_Tries_Before_Disconnect 4 #The number of attempts before switching to try other server attempts_per_server 1 # # Diagnostic Settings ------------------------------------------ # #The error logging level is three HEX characters, #the first HEX character is the logging level for the tx side, #the second HEX character is the logging level for the rx side, #the third HEX character is the logging level for general #information messages. ie 975, Tx=9, Rx=7, Gen=5 error_message_logging 999 error_message_filename /shared/tagtrak/log/BVIS1_Messages # # Interface Details -------------------------------------------- # #The Application Identification App_id BSI_0001 #The password to be used to login to BagLink password LOGIN003 #Address stamp used for BVIS Address_Stamp BV01 # # Buffer Configuration ----------------------------------------- # #The redo log file to contain received BSMs and Sub-Headers Redo_Log_Filename BVIS1_REDO Subheader_Redo_Filename BVIS1_SUB #The size of the Receive Circular Buffer Rx_Circ_Buff_Size 8 #The size of the Transmitt Circular Buffer Tx_Circ_Buff_Size 8 #When a Data Off message has been sent and the receive buffer #becomes less than x% full a Data On message is transmitted Data_On_Watermark 20 #When the receive buffer becomes x% full then a Data Off message #is transmitted Data_Off_Watermark 80 # # Timeouts ----------------------------------------------------- # #If no message is received from the BagLink for this #time then it is assumed that the connection is down Msg_Recv_Timeout 3600 #The status message timeout period. If no message is #sent for this time then a status message is transmitted Msg_Send_Timeout 60 #The Message Acknowledgement timeout period Msg_Ack_Timeout 5 #The time between login Attempts. This should be greater than #ten seconds to stop the system being loaded Login_Timeout 10 #The Check for Lost Message signal timeout period No_Msg_Sent_Timeout 60 #The timeout for unexpected ack Unexpected_Ack_Timeout 2 # # General Interface Settings ----------------------------------- # #The first sequence number to be used Start_Seq_Num 1 #The size of window beyond which the sequence number difference #is considered an error rather than a warning Seq_No_Window_Size 1024 #The version number of the TCP/IP header version 2 #The version number of the TCP/IP subheader Subheader_Version 2