An error occurred fetching the project authors.
  1. 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
  2. 17 Oct, 2018 1 commit
  3. 24 Aug, 2018 2 commits
  4. 14 Aug, 2018 1 commit
  5. 30 Jul, 2018 3 commits
  6. 13 Jul, 2018 1 commit
    • 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
  7. 25 Jun, 2018 1 commit
  8. 21 Jun, 2018 1 commit
  9. 02 Jun, 2018 1 commit
  10. 29 May, 2018 1 commit
  11. 24 May, 2018 1 commit
  12. 15 May, 2018 1 commit
  13. 29 Apr, 2018 1 commit
  14. 25 Apr, 2018 1 commit
  15. 22 Apr, 2018 1 commit
  16. 08 Apr, 2018 1 commit
  17. 08 Mar, 2018 1 commit
  18. 22 Feb, 2018 1 commit
  19. 21 Jan, 2018 1 commit
  20. 15 Jan, 2018 1 commit
  21. 14 Jan, 2018 2 commits
  22. 11 Jan, 2018 1 commit
  23. 29 Dec, 2017 1 commit
  24. 14 Dec, 2017 1 commit
  25. 07 Dec, 2017 1 commit
  26. 23 Oct, 2017 1 commit
  27. 19 Oct, 2017 1 commit
    • Cedric Roux's avatar
      remove gcc warnings · f1e8bff3
      Cedric Roux authored
      phy_init_lte_ue_signal was renamed init_lte_ue_signal in openair1/PHY/INIT/defs.h
      maybe it's the opposite that should have been done?
      
      Functions used in one file and defined in another may have been
      declared in the wrong header file.
      f1e8bff3
  28. 14 Aug, 2017 1 commit
  29. 06 Jul, 2017 1 commit
  30. 22 May, 2017 1 commit
  31. 18 May, 2017 1 commit
  32. 15 May, 2017 1 commit
  33. 17 Apr, 2017 1 commit
  34. 28 Mar, 2017 1 commit
  35. 23 Mar, 2017 1 commit
    • Cedric Roux's avatar
      RRC Rel14 · 4fcb6272
      Cedric Roux authored
      - import RRC ASN.1 defintions from the specifications
        (file openair2/RRC/LITE/MESSAGES/asn1c/ASN1_files/RRC-e10.asn)
        contrary to rel8/10, all modules have been imported, maybe it's too much
        to refine in case of problems
      - deal with rel14 in fix_asn1
      - all code that was for Rel10 is now for Rel10/Rel14
      - some incompatible changes (mostly in naming) were resolved in favor
        of rel14, see in openair2/RRC/LITE/defs.h
      - unsure about the rlc layer, some arrays have changed (values appended),
        I only changed the definition and in tests in the code, I changed
        the index limit, maybe it's not enough
      
      Rel14 is the default compilation mode.
      4fcb6272
  36. 17 Feb, 2017 1 commit