NANC 185

Notification Recovery Error Response

Origination Date :01/05/1998

Originator:NANC T&O

Description:

It has been requested that an enumerated type of criteria too large be returned to a notification recovery request where the time range is too large.  The current ASN.1 as follows:

 

NetworkNotificationRecoveryReply ::= SEQUENCE {

 

   Status ENUMERATED {

 

     success (0),

 

     failed (1),

 

     time-range-invalid (2),

 

     no-data-selected (3)

 

   }…….

 

will be modified as follows:

 

NetworkNotificationRecoveryReply ::= SEQUENCE {

 

   Status ENUMERATED {

 

     success (0),

 

     failed (1),

 

     time-range-invalid (2),

 

     criteria-to-large (3),

 

     no-data-selected (4)

   }…..

Final Resolution:

Related to Change order ILL 79.  This change order has been closed by the team for forwarding to the LLC’s

 

This is in Release 2 (SOW 9).. 

Related Release:

2.0.0

Status: Implemented