An error occurred fetching the project authors.
  1. 01 Aug, 2019 4 commits
  2. 11 Jul, 2019 2 commits
    • Cedric Roux's avatar
      x2ap/sctp: increase buffer size · 2421b71d
      Cedric Roux authored
      The 5G phone OPPO has a very big UE capability (> 2KB).
      
      We need bigger buffers to transfer this, especially in x2 handover.
      
      Also the sctp messages need a bigger buffer.
      
      Note: in sctp, we didn't check for partial messages, it's now
            done. When detected, we exit. To be redone differently
            if needed. (Look for "if (!(flags & MSG_EOR))".)
      2421b71d
    • luaihui's avatar
      add forwarding and end marker · e468376d
      luaihui authored
      e468376d
  3. 04 Jul, 2019 1 commit
  4. 24 Jun, 2019 1 commit
  5. 20 Jun, 2019 2 commits
  6. 30 May, 2019 1 commit
  7. 28 May, 2019 1 commit
  8. 13 Mar, 2019 1 commit
    • Cedric Roux's avatar
      x2ap: timers, cleanup · 9456fe58
      Cedric Roux authored
      This commit introduces X2AP timers (t_reloc_prep, tx2_reloc_overall).
      You need to set the values in the configuration file.
      
      X2AP can be enabled or disabled in the configuration file too (disabled
      by default).
      
      Some deadcode was removed.
      9456fe58
  9. 05 Mar, 2019 5 commits
  10. 25 Feb, 2019 1 commit
  11. 18 Feb, 2019 1 commit
  12. 15 Feb, 2019 1 commit
  13. 12 Feb, 2019 1 commit
  14. 21 Jan, 2019 1 commit
  15. 16 Jan, 2019 1 commit
  16. 07 Jan, 2019 1 commit
    • Cedric Roux's avatar
      fix a lot of file mode · aea6b4b5
      Cedric Roux authored
      For whatever reason most of the files had their permission
      changed from 644 to 755, which is not wanted.
      aea6b4b5
  17. 23 Dec, 2018 1 commit
  18. 18 Dec, 2018 1 commit
  19. 17 Oct, 2018 1 commit
  20. 21 Sep, 2018 1 commit
  21. 10 Sep, 2018 1 commit
  22. 07 Sep, 2018 1 commit
  23. 06 Sep, 2018 1 commit
  24. 31 Aug, 2018 1 commit
  25. 24 Aug, 2018 1 commit
  26. 22 Aug, 2018 1 commit
  27. 30 Jul, 2018 1 commit
  28. 13 Jul, 2018 2 commits
    • Bi-Ruei, Chiu's avatar
    • Bi-Ruei, Chiu's avatar
      Use an un-official community collaboration version of asn1c · a247907d
      Bi-Ruei, Chiu authored
      1. It's no need to modify LTE-RRC's ASN.1 file for enabling option group
         feature in generate_asn1.
      2. It's no need to patch the C header files generated from
         LTE-RRC/S1AP/X2AP's ASN.1 in fix_asn1.
      3. It's no need to pre-process S1AP/X2AP's ASN.1 for enabling information
         object class feature by asn1tostruct.py.
      
      This commit requires an un-official version of asn1c which are
      collaboration of asn1c community members and `build_helper` is modified
      in this commit accordingly :
      
        https://github.com/brchiu/asn1c/tree/velichkov_s1ap_plus_option_group
      
      This asn1c can also convert ASN.1 of 5G NR RRC (38.331, v15.1.0) and
      generate C files with -findirect-choice command line option without
      tweaking ASN.1 file.
      
      Examples for how to use this asn1c for S1AP are in S1AP files, e.g.
      s1ap_eNB_nas_procedures.c and s1ap_eNB_handler.c.
      
      There is an modified openair-cn (based on tag 0.5.0) with this new asn1c at :
      
        https://github.com/brchiu/openair-cn/tree/new-asn1c
      
      Basic S1AP interaction and data transfer operation between OAI eNB and
      this modified openair-cn has been tested.
      
      Note: Community version of asn1c is keeping evolved to provide better usage.
      a247907d
  29. 27 Mar, 2018 1 commit
  30. 15 Jan, 2018 1 commit