Changes between Version 5 and Version 6 of CpdlcPerformance


Ignore:
Timestamp:
2016-01-25T17:07:44-05:00 (10 years ago)
Author:
christian
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CpdlcPerformance

    v5 v6  
    1919* For HOU/TB3:
    2020  * {{{ task23@sdrr3:~/CPDLC-Performance/HOU/runsdrr-NWL-SEQ1-HOU-3HRS }}}
     21
     22== EIB ==
     23EAD4 or later we now have to link in an ERAM adaption informal before starting. In this informal we modify the cmap_parameters.xml to change the logon close accepted interval to 3600ms (1 hour). This file needs to be put in both the ZLC (national) and the ZHU (local) overrides directories and then you need to run ./generateEib.ksh to get it linked in. I copied the informal to the following directory:
     24
     25stp10:/home/test/systest/task23/informals/ead4000x/cmap_parameters.xml
     26
     27<?xml version="1.0"?>
     28<Cmap_Parameters_Adaptation>
     29  <Excessive_Number_Of_Logons>50</Excessive_Number_Of_Logons>
     30  <Excessive_Logon_Period>50</Excessive_Logon_Period>
     31  <Excessive_Number_Of_Cmap_Query_Records>99</Excessive_Number_Of_Cmap_Query_Records>
     32  <Logon_Close_Accepted_Interval>3600</Logon_Close_Accepted_Interval>
     33  <Logon_Delete_Closed_Interval>86400</Logon_Delete_Closed_Interval>
     34  <Send_Additional_Flights>false</Send_Additional_Flights>
     35</Cmap_Parameters_Adaptation>
     36
    2137[[BR]]
    2238[[BR]]