NANC 267

ASN.1 Change

Origination Date :02/25/1999

Originator:AGCS

Description:

A change to the Release 2.0 ASN.1 has been discovered.  Specifically, the “tagging” for two different sequences needs to be changed, based on the 1.6 ASN.1.

 

v1.6

 

VersionNewSP-CreateRequest ::= SEQUENCE {

 

   version-create-request [0] VersionCreateConcurrenceRequest,

 

   service-prov-old-authorization [1] ServiceProvAuthorization,

 

   subscription-status-change-cause-code [2]

 

         SubscriptionStatusChangeCauseCode

 

}

 

v2.0.0

 

VersionNewSP-CreateRequest ::= SEQUENCE {

 

   version-create-request VersionCreateConcurrenceRequest,

 

   service-prov-old-authorization ServiceProvAuthorization,

 

   subscription-status-change-cause-code

 

          SubscriptionStatusChangeCauseCode

 

}

The fix would be to add the tagging (i.e., 0, 1, 2) back into this Create Request.

Final Resolution:

The final ASN.1 is shown below:

 

VersionNewSP-CreateRequest ::= SEQUENCE {

 

   version-create-request [0]

 

        VersionCreateConcurrenceRequest,

 

   service-prov-old-authorization [1]

 

        ServiceProvAuthorization,

 

   subscription-status-change-cause-code [2]

 

        SubscriptionStatusChangeCauseCode

 

}

Related Release:

2.0.1

Status: Implemented