1. 02 Feb, 2018 2 commits
  2. 28 Jan, 2018 2 commits
  3. 25 Jan, 2018 5 commits
  4. 23 Jan, 2018 1 commit
  5. 22 Jan, 2018 4 commits
    • Cedric Roux's avatar
      Merge remote-tracking branch... · a836cd40
      Cedric Roux authored
      Merge remote-tracking branch 'origin/issue-285-connect-disconnect-multiple-time' into develop_integration_2018_w04
      a836cd40
    • Cedric Roux's avatar
      Merge remote-tracking branch 'origin/282-flags-cleanup' into develop_integration_2018_w04 · c8a9a721
      Cedric Roux authored
      Conflicts:
      	openair1/PHY/LTE_TRANSPORT/ulsch_decoding.c
      	openair1/SCHED/defs.h
      	openair2/LAYER2/PDCP_v10.1.0/pdcp.c
      	openair2/RRC/LITE/rrc_eNB.c
      c8a9a721
    • Cedric Roux's avatar
      330dbcf3
    • Cedric Roux's avatar
      bugfix: fix issue 285 - connect/disconnect multiple time · 79c7c799
      Cedric Roux authored
      As reported by Emad Alizade:
      
          According to "Issue255 256 257 paging reesta release" that has been
          merged in develop version, we have a question: In rrc_eNB_free_UE()
          function only all ulsch related memory of user has been cleaned, but
          I think not only ulsch memory but also dlsch memory must be cleaned.
          I tested the latest develop version and with repetition UE attach-detach
          procedures we find that the dlsch memory has not been cleaned and after
          repeat this sequence (45 times) assertion with cause UE_id!=-1 (no free
          or exiting dlsch_context, dci_tools.c: fill_dci_and_dlsch() ) occurred
          and no UE will be attached to system.
      
      The fixes in this commit are from Emad Alizade.
      79c7c799
  6. 21 Jan, 2018 2 commits
  7. 19 Jan, 2018 3 commits
  8. 17 Jan, 2018 1 commit
  9. 16 Jan, 2018 18 commits
  10. 15 Jan, 2018 2 commits
    • bruno mongazon's avatar
      Fix #582, RTAI, RTAI_ENABLED, ENABLE_RTAI_CLOCK, RTAI_ISNT_POSIX,... · 18fffbf1
      bruno mongazon authored
      Fix #582, RTAI, RTAI_ENABLED, ENABLE_RTAI_CLOCK, RTAI_ISNT_POSIX, _RTAI_MATH_H, CELLULAR, TIMER_ONESHOT_MODE, EMOS, EMOS_CHANNEL, OAI_EMU, OPENAIR_EMU, PHY_ABSTRACTION, PHY_ABSTRACTION_UL removed
      18fffbf1
    • Cedric Roux's avatar
      Merge remote-tracking branch 'origin/develop_integration_2018_w02' into develop · 388e7f6d
      Cedric Roux authored
      Summary of changes:
      - integration of Cisco work on nFAPI.
        See commits 7757b9e7e75f16449a6c72a5f16541c36474c1ea
        and 922b5b595a0492eea7edca41b25d656774cc1380 for details.
      - support Ubuntu 17.04 and 17.10
      - bugfix: DCI padding bits
        This bug made the system non-working because the DCIs for
        SIBs were wrong. See commit c5ca2bd86227d958175f2a5569546c1d60179d07
        for details.
      - fix issue 281: IQ record/playback explicit filename segv.
      388e7f6d