extension container in gsm map ATI Message    
   Hello ,
As part of gsm_map ATI message , I want to know how do in decode private extension container
RequestedInfo ::= SEQUENCE (
   locationInformation   [0] NULL          OPTIONAL,
   subscriberState       [1] NULL          OPTIONAL,
   **extensionContainer    [2] ExtensionContainer OPTIONAL,**
 
 
 
  
 
You need the ASN1 description of the Private extension to decode it. Do you have that and need help to write the code to decode it?
What is the OID of the extension container?
This is what I have .... if this helpful ?