1. 09 Feb, 2018 3 commits
  2. 08 Feb, 2018 3 commits
  3. 07 Feb, 2018 6 commits
  4. 06 Feb, 2018 1 commit
    • Cedric Roux's avatar
      bugfix: fix UL over scheduling · eccb96c4
      Cedric Roux authored
      There is too much UL scheduling because the buffer status is
      overestimated.
      
      This commit tries to make things simpler.
      eccb96c4
  5. 05 Feb, 2018 2 commits
    • Cedric Roux's avatar
      bugfix: fix RRC Release 10 compilation · a21c0b80
      Cedric Roux authored
      The following compilation did not work anymore:
      
          ./build_oai --eNB -w USRP -r Rel10 -c
      
      (Rel8 still does not work.)
      a21c0b80
    • Cedric Roux's avatar
      bugfix: fix initialUEMessage criticality · f55cbe47
      Cedric Roux authored
      S1AP specs say:
      
          initialUEMessage S1AP-ELEMENTARY-PROCEDURE ::= {
              INITIATING MESSAGE      InitialUEMessage
              PROCEDURE CODE          id-initialUEMessage
              CRITICALITY             ignore
          }
      
      So let's use "ignore", not "reject".
      
      The online decoder http://asn1-playground.oss.com/ did
      not decode a message encoded by the eNB because of this.
      
      Only the S1AP messages captured while doing a simple connection
      of one UE have been tested with the online decoder.
      
      So, not all the S1AP messages have been checked, maybe some
      instances of this problem are still there.
      
      It does not seem to harm the actual UE<->eNB<->EPC communication
      (because we don't check the integrity of messages or because
      asn1c does not do it), so it's not a big deal.
      f55cbe47
  6. 03 Feb, 2018 3 commits
  7. 02 Feb, 2018 2 commits
  8. 28 Jan, 2018 2 commits
  9. 25 Jan, 2018 5 commits
  10. 23 Jan, 2018 1 commit
  11. 22 Jan, 2018 5 commits
  12. 21 Jan, 2018 2 commits
  13. 19 Jan, 2018 3 commits
  14. 17 Jan, 2018 1 commit
  15. 16 Jan, 2018 1 commit