1. 11 Jul, 2019 1 commit
    • 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 21 commits
  9. 21 Jun, 2019 1 commit
    • Raphael Defosseux's avatar
      Merge branch 'develop_integration_2019_w25' into 'develop' · 67293964
      Raphael Defosseux authored
      Develop: Integration 2019 Week 25
      
      See merge request oai/openairinterface5g!617
      
      The following Merge Requests are included:
      
      * MR 576 : Multi-RU support and OTA Synch/Calibration for TDD
      * MR 589 : UE side FeMBMS-EnTV
      * MR 610 : Enhance CI with external EPC usage
      * MR 614 : fixed rar_Hopping configuration for eMT
      * MR 619 : bugfix: fix RRC UE removal
      * MR 620 : Coverity Scan defect fixes
      67293964