Skip to content
Snippets Groups Projects
  1. Jul 11, 2019
    • Cédric Roux's avatar
      x2ap/sctp: increase buffer size · 2421b71d
      Cédric 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
    • Cédric Roux's avatar
      cleanup: no variable definition in header file · 8a8fdd59
      Cédric 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
    • Cédric Roux's avatar
      phy: do not put random bits in unused DCI · 5775d325
      Cédric 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
    • Cédric Roux's avatar
      T: add -no-bind option to macpdu2wireshark · 443b5fd0
      Cédric 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. Jul 05, 2019
  3. Jul 04, 2019
  4. Jul 03, 2019
  5. Jul 01, 2019
  6. Jun 27, 2019
  7. Jun 25, 2019
  8. Jun 24, 2019
Loading