Skip to content
Snippets Groups Projects
  1. Jul 11, 2016
    • Cedric Roux's avatar
      hotfix: better management of s-tmsi reconnect · d48c3369
      Cedric Roux authored
      The code was changing the rnti in the red-black tree without
      removing/reinserting the context. This is wrong because the
      rnti is a key of the red-black tree and you cannot change the
      key in a stored item at will.
      
      There are also modifications of the function mac_eNB_rrc_ul_failure
      which has to remove the UE in any case.
      
      And rrc_mac_remove_ue has been changed for the case where
      the UE is not found.
      d48c3369
  2. Jun 24, 2016
  3. Jun 02, 2016
  4. May 27, 2016
  5. May 25, 2016
    • Cedric Roux's avatar
      add some RRC logs · 0feda7fd
      Cedric Roux authored
      - adding T macros here and there
      - modify the T_messages.txt
      - modify enb.c to trace them in the RRC view
      0feda7fd
    • Cedric Roux's avatar
      more work on enb.c · 2138a47e
      Cedric Roux authored
      plus add rrc connection setup complete tracing
      2138a47e
  6. Apr 21, 2016
  7. Apr 01, 2016
  8. Mar 29, 2016
  9. Mar 28, 2016
  10. Mar 27, 2016
  11. Mar 26, 2016
  12. Mar 25, 2016
  13. Mar 23, 2016
    • gauthier's avatar
      added hotfix for DCCH bad size limitation (to be checked after merge with... · f79b0e7d
      gauthier authored
      added hotfix for DCCH bad size limitation (to be checked after merge with develop).  Changed UL idle scheduling to improve 5MHz performance, changed DCI aggregation for ue-specific DCIs (reduces contention with SI and RA in subframe 5 for 5 MHz). Added RRC timer for UE release which cleans L1.  Still issues in 10 MHz throughput with TCP. 5 MHz seems almost fine.
      f79b0e7d
  14. Feb 19, 2016
  15. Feb 15, 2016
  16. Feb 14, 2016
  17. Feb 03, 2016
  18. Jan 22, 2016
  19. Jan 21, 2016
  20. Jan 14, 2016
  21. Oct 09, 2015
  22. Oct 06, 2015
  23. Sep 25, 2015
  24. Sep 22, 2015
  25. Sep 04, 2015
  26. Jul 28, 2015
  27. Jul 21, 2015
  28. Jul 15, 2015
    • roux's avatar
      This commit is a very unclean fix to deal with · 2f3d6bc9
      roux authored
      extension version groups present in the RRC release 10
      ASN.1 file (extensions between [[ and ]]).
      
      Basically we do a syntactic replacement at compile time.
          [[ becomes '<name> SEQUENCE {'
          ]] becomes '} OPTIONAL'
      
      <name> is 'ext<N>' where N is a number
      increasing at each new extension group
      in a given definition.
      
      The UPER encoding for the two syntaxes is identical
      (as far as y understanding of the specifications goes).
      
      The XER encoding is different, due to the new 'ext<N>'
      name.
      
      Other encodings may be different.
      
      The real solution is to fix the ASN.1 compiler.
      This is not a simple task.
      
      
      
      git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7705 818b1a75-f10b-46b9-bf7c-635c3b92a50f
      2f3d6bc9
    • roux's avatar
      Fix a bug in asn1c (add another patch to asn1c). · 9a98566a
      roux authored
      Basically when skiping an unknown extension, asn1c
      did read 24 bits per 24 bits and later on failed
      if the remaining bits (up to 23) were superior
      to 8.
      
      The patch reads 1 bit per 1 bit.
      
      
      
      git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7704 818b1a75-f10b-46b9-bf7c-635c3b92a50f
      9a98566a
  29. Jul 13, 2015
  30. Jul 07, 2015
Loading