Skip to content
Snippets Groups Projects
  1. May 22, 2024
  2. May 21, 2024
  3. May 16, 2024
    • Robert Schmidt's avatar
      Correct buffer size for do_NR_DLInformationTransfer() · 9fd1b9ac
      Robert Schmidt authored
      uper_encode_to_buffer() of asn1c returns the number of BITS that have
      been encoded; if we use this, we need to calculate the resulting number
      of bytes (rounding up) to get the right buffer size.
      
      Note that do_NR_ULInformationTransfer() uses
      uper_encode_to_new_buffer() which returns the number of BYTES, hence, in
      this similar function, we should not modify the return value.
      9fd1b9ac
  4. May 07, 2024
  5. May 06, 2024
  6. May 05, 2024
Loading