Skip to content
Snippets Groups Projects
  1. Mar 27, 2018
  2. Mar 22, 2018
  3. Mar 21, 2018
  4. Mar 08, 2018
  5. Feb 22, 2018
  6. Feb 19, 2018
    • Cedric Roux's avatar
      fix CentOS compilation · 62787a88
      Cedric Roux authored
      The following was not working properly:
      
          ./build_oai -I -w USRP
      
      After this commit it works.
      
      And so does:
      
        ./build_oai --eNB -w USRP
      62787a88
  7. Feb 18, 2018
  8. Feb 13, 2018
  9. Feb 12, 2018
  10. Feb 09, 2018
    • Raymond Knopp's avatar
      removed NFAPI libraries from oaisim target. added #define to allow ue_ip.ko to... · b073445f
      Raymond Knopp authored
      removed NFAPI libraries from oaisim target. added #define to allow ue_ip.ko to compile. This should be revisited, there's a problem in CMakelists.txt, no flags.cmake generate for all 3 kernel modules.
      b073445f
    • Cedric Roux's avatar
      bugfix: fix eNB name in configuration files · 11fe5f97
      Cedric Roux authored
      '_' is not a valid character.
      
      S1AP specs say:
      
          ENBname ::= PrintableString (SIZE (1..150,...))
      
      And X.680 (08/2015) 41.4 table 10 lists the valid characters for
      PrintableString. '_' is not there. We replace by '-' which is there.
      
      Connection of eNB to ppenair-cn has not been tested. There is no reason
      why it would fail.
      11fe5f97
  11. Feb 08, 2018
  12. Jan 31, 2018
  13. Jan 25, 2018
  14. Jan 21, 2018
  15. Jan 19, 2018
  16. Jan 16, 2018
  17. Jan 15, 2018
Loading