1. 11 Jul, 2019 4 commits
    • Cedric Roux's avatar
      x2ap/sctp: increase buffer size · 7a2f4957
      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))".)
      7a2f4957
    • Cedric Roux's avatar
      cleanup: no variable definition in header file · 2f5bf07b
      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.
      2f5bf07b
    • Cedric Roux's avatar
      phy: do not put random bits in unused DCI · 31bb8030
      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.
      31bb8030
    • Cedric Roux's avatar
      T: add -no-bind option to macpdu2wireshark · 2bfb50b5
      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).
      2bfb50b5
  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