1. 13 Feb, 2018 1 commit
  2. 10 Feb, 2018 1 commit
  3. 09 Feb, 2018 3 commits
  4. 08 Feb, 2018 3 commits
  5. 07 Feb, 2018 6 commits
  6. 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
  7. 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
  8. 03 Feb, 2018 4 commits
  9. 02 Feb, 2018 2 commits
  10. 28 Jan, 2018 2 commits
  11. 25 Jan, 2018 6 commits
  12. 23 Jan, 2018 1 commit
  13. 22 Jan, 2018 5 commits
  14. 21 Jan, 2018 2 commits
  15. 19 Jan, 2018 1 commit
    • Cedric Roux's avatar
      Merge remote-tracking branch 'origin/develop_integration_2018_w03' into develop · 91dd7ed4
      Cedric Roux authored
      Summary of changes:
      - Implementation of paging (see issue #255 in gitlab)
      - Implementation of RRC RE-ESTABLISHMENT (see issue #256 in gitlab)
      - Implementation of RRC CONNECTION RELEASE (see issue #257 in gitlab)
      
      Some modifications with timers have been done.
      Expect (and report) problems, thanks.
      
      What has been tested:
      - monolithic eNB 5 and 10MHz with one commercial UE. UDP and TCP
        traffic, uplink and downlink, with iperf (with a third party
        EPC, not openair-cn). TCP downlink traffic is not stable.
        Reason yet unknown. Will be fixed later.
      91dd7ed4