First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

extension container in gsm map ATI Message

  • retag add tags

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,**
deeduu's avatar
1
deeduu
asked 2019-02-08 11:29:15 +0000
grahamb's avatar
23.8k
grahamb
updated 2019-02-08 11:37:10 +0000
edit flag offensive 0 remove flag close merge delete

Comments

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?

Anders's avatar Anders (2019-02-08 12:20:10 +0000) edit

What is the OID of the extension container?

Anders's avatar Anders (2019-02-08 12:22:20 +0000) edit

This is what I have .... if this helpful ?

deeduu's avatar deeduu (2019-02-08 12:26:54 +0000) edit
add a comment see more comments

1 Answer

0

http://www.oid-info.com/cgi-bin/displ... The OID resolves to{itu-t(0) network-operator(3) 2353} Description:
United Kingdom Vodaphone, Packet Network Service

So unless you have the ASN1 description for the extension they put in the container you are out of luck.

Anders's avatar
5k
Anders
answered 2019-02-08 13:34:34 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer