vlm / asn1c

The ASN.1 Compiler
http://lionet.info/asn1c/
BSD 2-Clause "Simplified" License
1.03k stars 551 forks source link

Decode LTE RRC UL-DCCH-Message Failed. #116

Open kevinchychen opened 7 years ago

kevinchychen commented 7 years ago

Hi, @all

Has anyone encountered the decoding failed as following? Can someone share your idea with me? or please suggest that which code I should trace?

- The content in file "1234.dat" was "0x082322340E020006845224" in bytes array.

I try to decode the message from on-line tools(http://www.marben-products.com/asn.1/services/decoder-asn1-lte.html), and it was decoded as following:

<UL-DCCH-Message>
  <message>
    <c1>
      <measurementReport>
        <criticalExtensions>
          <c1>
            <measurementReport-r8>
              <measResults>
                <measId>7</measId>
                <measResultPCell>
                  <rsrpResult>34</rsrpResult>
                  <rsrqResult>13</rsrqResult>
                </measResultPCell>
                <measResultServFreqList-r10>
                  <MeasResultServFreq-r10>
                    <servFreqId-r10>1</servFreqId-r10>
                    <measResultSCell-r10>
                      <rsrpResultSCell-r10>36</rsrpResultSCell-r10>
                      <rsrqResultSCell-r10>18</rsrqResultSCell-r10>
                    </measResultSCell-r10>
                  </MeasResultServFreq-r10>
                </measResultServFreqList-r10>
              </measResults>
            </measurementReport-r8>
          </c1>
        </criticalExtensions>
      </measurementReport>
    </c1>
  </message>
</UL-DCCH-Message>

Please kindly give me some idea about this. Appreciate for your valuable suggestion.

Best regards, Kevin

zaheermot commented 6 years ago

I'm facing a similar problem, were you able to solve it? Appreciate any response.