Collapse AllExpand All

5.6.9.3. Configuration of 'Full-integration' solution Previous topic Parent topic Child topic Next topic

  • Configuration of 'Full-integration' solution
    Configuration Sequence (example for empty Database, important commands are shown bold)
  • Configuration of DIUS2
    • DIMSU configuration for DIUS2 (all dimsu needed for DIUS2)
      ADD-DIMSU:TYPE=ADMCC,CCIDXS=2000; 
      
      ADD-DIMSU:TYPE=BASIC,LODEN=2000,PRI=20,TRK=100,SG=100, NWBCHL=600,CRCP=50,DPLNCD=800,....; 
      
      ADD-DIMSU:TYPE=SYSTEM,PERMDL=100,..; 
      
      ADD-UCSU:UNIT=LTG,LTG=1,SIPARTNO="Q2234-X "; 
      
      ADD-UCSU:UNIT=LTU,LTG=1,LTU=1,LTPARTNO="Q2248-X"; 
      
      ADD-BCSU:MTYPE=PER,LTG=1,LTU=1,SLOT=67,PARTNO="Q6401-X",FCTID=3;
    • Basic configuration of LCR
      ADD-WABE:CD=19,DAR=OWNNODE; 
      
      ADD-WABE:CD=16,DAR=TIE; 
      
      CHANGE-ZAND:TYPE=ALLDATA,NNO=100,NODECD=19; 
      
      ADD-COP:COPNO=5; ADD-COT:COTNO=20; 
      
      ADD-BUEND:NO=30,TGRP=23,NAME="QV-DPNSS1";
    • Configuration of tie trunk (use a proper LCOSS and LCOSD to get the necerssary access and a node number )
      ADD-TDCSU:OPT=NEW,PEN=1-1-067-00,BCGR=1,CCT="CDG-DPNSS1", 
      COTNO=20,COPNO=5,LCOSV=1,LCOSD=1,PROTVAR=ECMAV2 or CORNV33 
      (see service information),DEV=CDGCONN,TGRP=23, LWPAR=29;
    • Configuration of central office trunk (use a proper LCOSS and LCOSD to get the necessary access and a node number )
      ADD-TDCSU:OPT=NEW,PEN=1-1-067-00,BCGR=1,CCT="CDG-DPNSS1", 
      COTNO=20,COPNO=5,LCOSV=1,LCOSD=1,PROTVAR=CORNV33 
      (see service information,DEV=CDGCOD,TGRP=23, LWPAR=29; 
      
      CHANGE-REFTA:TYPE=CIRCUIT,PEN=1-1-067-00,PRI=80 
      OpenScape 4000 can accept the clock from DPNSS1 (depending on prio and error counters)
      OR
      CHANGE-REFTA:TYPE=CIRCUIT,PEN=1-1-067-00,PRI=0
    • OpenScape 4000 does not accept clock from DPNSS-Network but delivers it (PRIO=0) (for details see also PN Service Manual, chapter Networking, section Clock Supply) OpenScape 4000 should always accept the clock from a DASS circuit and never deliver it.
    • If less than 30 B-Channels have to be configured (Example: B-Channel 1 to 8): commands see above, replace TDCSU command by:
      ADD-TDCSU:OPT=NEW,PEN=1-1-067-00,BCGR=1,CCT="CDG-DPNSS1", 
      COTNO=20,BCHAN=1&&8,COPNO=5,LCOSV=1,LCOSD=1,PROTVAR=ECMAV2 
      or CORNV33 (see service information),DEV=CDGCONN,TGRP=23,LWPAR=29;
    • If Loadware Parameters differ from standard initialization:
      CHANGE-LWPAR:TYPE=CDG,BLNO=29,CDGTYPE=CONF,PROT=DACORN,...;
      description of all 55 loadware parameters can be found in the AMO description part of the service manual.
      IMPORTANT:
      The changed LWPAR values are not transferred immediately to the board. This happens if the board / circuit is switched off / on. The user is informed by an advisory message.
  • Transmit changed LWPAR values to the LW (according to advisory message of AMO LWPAR):
    • If board specific data have been changed:
      RESTART-BSSU:LTG=1,LTU=1,SLOT=67;
    • If circuit specific data have been changed (according to advisory message of AMO LWPAR):
      RESTART-BSSU:LTG=1,LTU=1,SLOT=67;
    • If another loadware block is to be assigned to a TDCSU circuit (e.g. replace block 29 by block 15). Note that new LWPAR values are transferred to LW only if a restart is initiated:
      CHANGE-TDCSU:PEN=1-1-067-00,DEV=CDGCONN,BCGR=1,LWPAR=15; 
      RESTART-BSSU:LTG=1,LTU=1,SLOT=67;
  • Handling of B-Channel negotiation
    CHANGE-TDCSU:PEN=1-1-67-0,DEV=CDGCONN,BCGR=1,BCNEG=Y;
    
    CHANGE-LWPAR:TYPE=CDG,BLNO=29,CDGTYPE=CONF,BCHNEG=Y;
    
    BCHNEG=Y is the default setting. With this configuration the OpenScape 4000 takes over the proposed B channel in case of a collision/fault. This is the recommended configuration!
    However the B channel negotiation will be fixed on the PBXXX so that it is not possible to perform a B channel negotiation between OpenScape 4000 and PBXXX. Is a B channel in OpenScape 4000 available the connection will be established. Is no B channel available the connection will be rejected.
    CHANGE-TDCSU:PEN=1-1-67-0,DEV=CDG,BCGR=1,BCNEG=N;
    
    BCHNEG=N cause the OpenScape 4000 to release the call in any case of call collision independant of LWPAR settings.
    CHANGE-TDCSU:PEN=1-1-67-0,DEV=CDGCONN,BCGR=1,BCNEG=Y;
    
    BCHNEG=Y is the default setting. This setting means that the PBXXX does not select any new B channel in the case of a collision. The PBXXXPBXXX initiates the call.