Skip to content
Snippets Groups Projects
  1. Jan 07, 2017
  2. Dec 19, 2016
    • Cedric Roux's avatar
      Merge branch 'develop_integration_w50' into 'develop' · 3bf8768d
      Cedric Roux authored
      Develop integration w50
      
      See merge request !61
      2016.w50
      3bf8768d
    • Cedric Roux's avatar
      integration fix: align32 missing (NOT DEFINITIVE!) · 5ebdbf9f
      Cedric Roux authored
      We have a crash:
      
      Program received signal SIGSEGV, Segmentation fault.
      [Switching to Thread 0x7fff7387d700 (LWP 1944)]
      ulsch_decoding (eNB=eNB@entry=0x7fffaf73b010, proc=proc@entry=0x7fffaf73b480,
          UE_id=UE_id@entry=0 '\000',
          control_only_flag=control_only_flag@entry=0 '\000',
          Nbundled=<optimised out>, llr8_flag=<optimised out>)
          at /roux/merge/openairinterface5g/openair1/PHY/LTE_TRANSPORT/ulsch_decoding.c:1450
      1450          *((__m256i *)&ulsch_harq->e[iprime]) = *((__m256i *)&y[j2]);
      
      This commit reduces the apparition of the crash, but does not
      eliminate it completely.
      
      To be fixed after integration.
      5ebdbf9f
    • Cedric Roux's avatar
      integration fix: update T messages · 66c292b9
      Cedric Roux authored
      66c292b9
  3. Dec 16, 2016
  4. Dec 15, 2016
  5. Dec 14, 2016
  6. Dec 13, 2016
  7. Dec 12, 2016
  8. Dec 09, 2016
  9. Dec 08, 2016
    • Cedric Roux's avatar
      integration fix: attempt to clarify ODD_PARITY · 46b2ee95
      Cedric Roux authored
      This may need to be refined.
      
      The variable ODD_PARITY is defined at various places,
      with different values, causing compilation warnings.
      
      It's wrong to define a variable with different values.
      
      A new variable is created, specific to IMEI case: IMEI_ODD_PARITY.
      Maybe ODD_PARITY should also have 0xf as value, and so maybe only
      one variable is necessary. To be checked at some point...
      46b2ee95
Loading