An error occurred fetching the project authors.
  1. 14 Feb, 2019 1 commit
  2. 22 Jan, 2019 1 commit
  3. 21 Jan, 2019 1 commit
  4. 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
  5. 26 Dec, 2018 1 commit
  6. 23 Dec, 2018 1 commit
  7. 28 Nov, 2018 1 commit
  8. 21 Nov, 2018 2 commits
  9. 20 Nov, 2018 3 commits
  10. 19 Nov, 2018 1 commit
  11. 18 Nov, 2018 1 commit
  12. 16 Nov, 2018 1 commit
  13. 15 Nov, 2018 1 commit
  14. 13 Nov, 2018 3 commits
  15. 12 Nov, 2018 2 commits
  16. 08 Nov, 2018 1 commit
  17. 05 Nov, 2018 2 commits
  18. 03 Nov, 2018 2 commits
  19. 02 Nov, 2018 2 commits
  20. 31 Oct, 2018 1 commit
  21. 26 Oct, 2018 2 commits
  22. 25 Oct, 2018 1 commit
  23. 23 Oct, 2018 3 commits
  24. 17 Oct, 2018 2 commits
  25. 15 Oct, 2018 1 commit
    • Cedric Roux's avatar
      hotfix: hardcode PLMN selection in the UE to value 1 (was 2) · 27395c08
      Cedric Roux authored
      Fix the assertion:
      Assertion ((instance_p->mnc_digit_length[ue_desc_p->selected_plmn_identity] == 3) || (instance_p->mnc_digit_length[ue_desc_p->selected_plmn_identity] == 2)) failed!
      In s1ap_eNB_handle_nas_first_req() /home/ubuntu/tmp/openair3/S1AP/s1ap_eNB_nas_procedures.c:243
      
      With this hotfix the UE selects the first PLMN sent by the eNodeB.
      
      The UE has to select the correct PLMN from those received in SIB1. This
      will be done with a later merge request.
      27395c08
  26. 28 Sep, 2018 2 commits