Skip to content
Snippets Groups Projects
  1. Sep 01, 2021
  2. Aug 11, 2021
  3. Aug 10, 2021
  4. Aug 09, 2021
  5. Jul 22, 2021
  6. Jul 19, 2021
  7. May 18, 2021
  8. Jan 28, 2021
  9. Jan 04, 2021
  10. Dec 11, 2020
  11. Nov 11, 2020
  12. Nov 04, 2020
    • Gábor Szalai's avatar
      Bug 568518 Raw decoder correction · 3bcd4575
      Gábor Szalai authored
      The RAW decoder incorrectly decodes the set with a record of type field if:
      - The record of field has a variant:  REPEATABLE(yes)
      - It is a "catch all unknonw IE" list
      
      The problem is that the "catch all unknonw IE" list field can consume all IEs
      
      Solution:
      If the record/set of field of the set has variant "REPEATABLE(yes)"
      decode 1 element of the field at a time.
      
      Change-Id: I274015ec7fe8194438a9a8d6e7b995bcba6367f4
      3bcd4575
  13. Sep 01, 2020
  14. Jul 06, 2020
  15. May 22, 2020
  16. Mar 05, 2020
  17. Jan 26, 2020
  18. Apr 08, 2019
    • Gábor Szalai's avatar
      Correcting the call of record/set of RAW decoder · 6c61dfab
      Gábor Szalai authored
      
      The parameter values of the RAW decoder of the record/set of was faulty:
      The value of the first_call parameter was wrong. The number of elements was
      passed intead of the first call indication.
      
      Meaning of the parameters:
       - sel_field:  * union -> the selected field to be decoded
                     * record of -> the number of the element in the list
      
       - first_call: * record of -> indicates that the decode is called for the
                                    first time or it is a repeated call
      
      Change-Id: I2394eca0392454c7b1c0a2e1b4da4141267e370c
      Signed-off-by: default avatarGabor Szalai <gabor.szalai@ericsson.com>
      6c61dfab
  19. Apr 04, 2019
  20. Dec 19, 2018
  21. Oct 31, 2018
  22. Oct 15, 2018
  23. Oct 11, 2018
  24. Aug 29, 2018
  25. Aug 11, 2018
  26. Aug 07, 2018
  27. Jul 30, 2018
  28. Jul 25, 2018
  29. Jun 18, 2018
  30. Jun 15, 2018
  31. Apr 16, 2018
  32. Apr 12, 2018
  33. Apr 03, 2018
  34. Mar 01, 2018
  35. Feb 13, 2018
  36. Jan 17, 2018
  37. Jan 12, 2018
Loading