Questions tagged [xer]
2 questions
0
votes
0 answers
How to read XER file in java via MPXJ
I would like know the procedure to read xer file
I have tried the below snippet of code to read the file
UniversalProjectReader reader = new UniversalProjectReader();
InputStream f = Core.getFileDocumentContent(getContext(),…

D.Stella
- 1
- 1
0
votes
1 answer
XML encoding rules (XER) for ASN.1: BIT STRING in hexadecimal format?
Given the following ASN1 definition:
InitialUE-Identity ::= CHOICE {
s-TMSI S-TMSI,
randomValue BIT STRING (SIZE (40))
}
An XER encoding for randomvalue: 0x59AA46959A would be:
…

xvan
- 4,554
- 1
- 22
- 37