An error occurred fetching the project authors.
  1. 26 Oct, 2019 1 commit
  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
    • Cedric Roux's avatar
      cleanup: no variable definition in header file · 8a8fdd59
      Cedric Roux authored
      We declare variables in header files, we don't define them. So we need
      to use 'extern' in the header file and put the definition
      in some C file.
      8a8fdd59
  3. 17 Jul, 2019 1 commit
  4. 16 Jul, 2019 5 commits
  5. 15 Jul, 2019 1 commit
  6. 11 Jul, 2019 1 commit
  7. 04 Jul, 2019 2 commits
    • Cedric Roux's avatar
      hotfix: do not set s-Measure in measurement report configuration · e0eac2e3
      Cedric Roux authored
      The value was set to 20 which means -120 dB. Setting this value means
      that the UE reports an event only if the RSRP of the serving cell
      is lower than -120 dB.
      
      In the lab, we get values of around -70, and to go as low as -120
      means a very degraded environment. This is not practical.
      
      Let's disactivate the setting of this parameter for the moment so that
      the UE reports an event without taking into consideration the RSRP
      of the serving cell.
      
      With this hotfix, the X2 handover works much better.
      e0eac2e3
    • wujing's avatar
      x2 handover for tdd · 02532d04
      wujing authored
      02532d04
  8. 01 Jul, 2019 1 commit
  9. 25 Jun, 2019 1 commit
  10. 24 Jun, 2019 12 commits
  11. 20 Jun, 2019 12 commits
  12. 14 Jun, 2019 1 commit