1. 08 Feb, 2017 1 commit
    • Cedric Roux's avatar
      fix USE_MME compilation flag · 822dfcf4
      Cedric Roux authored
      We should use ENABLE_USE_MME, not USE_MME.
      This code is useless anyway (I think, not sure, that's why I
      leave it here), because the other threads wait for 'sync_var'
      to become >=0.
      822dfcf4
  2. 02 Feb, 2017 2 commits
    • Cedric Roux's avatar
      fix gen_emm_data · cc837651
      Cedric Roux authored
      It was not setting emm_data->eplmn.plmn[X], only emm_data->eplmn.n_plmns,
      leading to the UE to dig for PLMN 00000.
      
      (It's not the end of the story, seems like the PLMN selection
      does not work, the UE only tries one from what I've seen, but
      I didn't dig much, may be wrong.)
      cc837651
    • Cedric Roux's avatar
      better handle user input in hex_string_to_hex_value · c3bed90f
      Cedric Roux authored
      Adapt calling sites too.
      
      When data comes from the user, it is good to check that
      what we read is correct and warn the user if it's not.
      c3bed90f
  3. 01 Feb, 2017 1 commit
  4. 27 Jan, 2017 5 commits
    • Cedric Roux's avatar
      update license information · af2f25d7
      Cedric Roux authored
      Also included some source files not related to this branch.
      
      	modified:   openair1/PHY/LTE_ESTIMATION/lte_dl_bf_channel_estimation.c
      	modified:   openair1/PHY/LTE_TRANSPORT/pilots_ue_spec.c
      	modified:   openair1/PHY/MODULATION/beamforming.c
      	modified:   openair1/PHY/TOOLS/twiddle18432.h
      	modified:   openair1/SIMULATION/LTE_PHY/dlsim_tm7.c
      	modified:   openair3/NAS/TOOLS/nvram.c
      	modified:   openair3/NAS/TOOLS/usim.c
      	modified:   openair3/NAS/UE/user_defs.h
      af2f25d7
    • Cedric Roux's avatar
      update CMakeLists for ubuntu 16.04 · 25284488
      Cedric Roux authored
      The previous version did not compile on ubuntu 16.04.
      I left the old version, commented, just in case.
      25284488
    • Cedric Roux's avatar
      fix compilation of oaisim · 89ee39c0
      Cedric Roux authored
      That's not the end of the story though.
      89ee39c0
    • Cedric Roux's avatar
      remove duplicated definitions · 984be50c
      Cedric Roux authored
      I am not sure if it's the right way to solve the
      problem, so I keep the definitions here and
      put them inside #if 0 #endif
      984be50c
    • Cedric Roux's avatar
      add missing #ifndef #endif guards in header file · a8e50e70
      Cedric Roux authored
      	modified:   targets/COMMON/openairinterface5g_limits.h
      a8e50e70
  5. 25 Jan, 2017 31 commits