1. 11 Jul, 2019 4 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
    • Cedric Roux's avatar
      phy: do not put random bits in unused DCI · 5775d325
      Cedric Roux authored
      This used to be done to ease power estimation in the UE,
      but this is not correct. Let's put no energy in the REs
      with no DCI data, which is what needs to be done.
      
      Plus it consumes a lot of CPU because of calling taus()
      way too much.
      5775d325
    • Cedric Roux's avatar
      T: add -no-bind option to macpdu2wireshark · 443b5fd0
      Cedric Roux authored
      To be used when you send data to another host.
      
      On the other host, to avoid ICMP traffic about the port
      not being open, do:
      
      ./nc -l -u -p 9999 > /dev/null
      
      You need to restart this command each time you run macpdu2wireshark.
      You can use any other program that will accept UDP packets on the
      port 9999 (default port of macpdu2wireshark, change if you use another
      port of course).
      443b5fd0
  2. 05 Jul, 2019 5 commits
  3. 04 Jul, 2019 5 commits
  4. 03 Jul, 2019 1 commit
  5. 01 Jul, 2019 1 commit
  6. 27 Jun, 2019 2 commits
  7. 25 Jun, 2019 3 commits
  8. 24 Jun, 2019 19 commits