1. 12 Feb, 2018 4 commits
  2. 09 Feb, 2018 3 commits
  3. 08 Feb, 2018 3 commits
  4. 07 Feb, 2018 6 commits
  5. 06 Feb, 2018 1 commit
    • Cedric Roux's avatar
      bugfix: fix UL over scheduling · 27586b36
      Cedric Roux authored
      There is too much UL scheduling because the buffer status is
      overestimated.
      
      This commit tries to make things simpler.
      27586b36
  6. 05 Feb, 2018 2 commits
    • Cedric Roux's avatar
      bugfix: fix RRC Release 10 compilation · 5bca9352
      Cedric Roux authored
      The following compilation did not work anymore:
      
          ./build_oai --eNB -w USRP -r Rel10 -c
      
      (Rel8 still does not work.)
      5bca9352
    • Cedric Roux's avatar
      bugfix: fix initialUEMessage criticality · 23f8fedc
      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.
      23f8fedc
  7. 03 Feb, 2018 3 commits
  8. 02 Feb, 2018 2 commits
  9. 28 Jan, 2018 2 commits
  10. 25 Jan, 2018 5 commits
  11. 23 Jan, 2018 1 commit
  12. 22 Jan, 2018 5 commits
  13. 21 Jan, 2018 2 commits
  14. 19 Jan, 2018 1 commit
    • Cedric Roux's avatar
      Merge remote-tracking branch 'origin/develop_integration_2018_w03' into develop · 8faed0f6
      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.
      8faed0f6