qacafe - ip test solutions
Knowledge Base > CDRouter 4.1.2 Release Notes

CDRouter 4.1.2 Release Notes

Release Notes
                     
Welcome to CDRouter version 4.1.2!

What's new in CDRouter version 4.1.2:


  CDRouter 4.1.2 is minor maintenance release that adds improved support
  and fixes for the following:


  Firefox 3.0 Browser Support
  ---------------------------

  Updates have been made to BuddyWeb in CDRouter 4.1.2 to support
  the Firefox 3.0 browser. Firefox 3.0 contains performance increases
  and improved memory management that improve the performance of
  BuddyWeb. In order to use Firefox 3.0, you should upgrade to 
  CDRouter 4.1.2. Firefox 3.0 is not compatible with earlier releases
  of CDRouter.

  The look and feel of BuddyWeb under Firefox 3.0 has also improved.

  Additional benefits of Firefox 3.0 can be found here:

      http://www.mozilla.com/en-US/firefox/features/


  
  TR-069: Better handling of "204 No Content" response from CPE
  -------------------------------------------------------------

  For CPE Connection Requests that return "204 No Content", CDRouter
  no longer waits for the TCP connection to close if the Content-Length
  header is not included. It was possible to have a race condition where
  the CPE would initiate a new CWMP session before CDRouter finished
  processing the CPE Connection Request session. This could result 
  in test failures where CDRouter did not find a new session.



  TR-069: Better handling of "503 Service Unavailable" response from CPE
  ----------------------------------------------------------------------

  TR-069 allows a CPE to return a "503 Service Unavailable" response
  if there is an existing CWMP session or to rate limit CPE Connection
  Requests. CDRouter no longer considers this a failed connection and
  will make additional connection request attempts if the ACS
  has been configured for multiple attempts.

  The number of attempts that the ACS will make for a CPE Connection
  Request along with the delay between attempts can be configured using:

     # -- make 5 CPE Connection Requets attempts
     testvar acsNumberCpeAttempts 5

     # -- wait 10 seconds between each attempt
     testvar acsDelayCpeAttempts 10



  TR-104 SIP Endpoint Configuration PD-128 Test 21.1
  --------------------------------------------------

  CDRouter's PD-128 Test 21.1 was incorrectly verifying the SIP
  REGISTER packet during the SIP end point configuration. This test
  case now configures a specific URI using "username@acsip" format.



  DHCPINFORM now works with testvar dhcpExtraClientParams
  -------------------------------------------------------

  CDRouter's DHCP client(s) can be configured to request additional 
  DHCP options using the DHCP Parameter Request List Option (option 55). 
  The testvar dcpExtraClientParams should contain a list of extra options 
  to include in the client's DHCP Parameter Request List. In previous 
  releases, CDRouter would not use this testvar when building DHCPINFORM 
  messages. The extra DHCP parameters are now included when building a 
  DHCPINFORM message.

  Example:

     # -- always require DHCP Option 125	
     testvar dhcpExtraClientParams "125"

Related articles that may also be helpful: