1. 07 Feb, 2019 1 commit
    • Robert Schmidt's avatar
      Correctly stop link_manager sender and receiver threads · beec74b0
      Robert Schmidt authored
      This changes the destroy_link_manager() function to:
      * call a new function message_get_unlock() to unlock the sending thread from
        its blocking message_get()
      * calls pthread_cancel() on the receiving thread, because this unlocks any
        blocking read from a file descriptor
      
      The same message_get_unlock() function has been added ringbuffer_queue to keep
      the interfaces the same (it does nothing, because ringbuffer_queue is
      non-blocking).
      beec74b0
  2. 29 Jan, 2019 2 commits
  3. 28 Jan, 2019 1 commit
  4. 25 Jan, 2019 1 commit
    • Robert Schmidt's avatar
      Perform S1 UE Context Release Complete after corresponding F1 message · d9d6ce37
      Robert Schmidt authored
      This commits isolates the S1 UE Ctxt Rel Complete and GTP Tunnel Delete
      Requests in functions and calls these function in the original place
      (rrc_rx_tx()). The same functions are then used in the F1 UE Ctxt Rel
      Complete handler to perform the same functionality, i.e. forward the UE
      Ctxt Rel Complete message to the MME and free outstanding resources (RRC
      context, GTP tunnels, S1 context).
      d9d6ce37
  5. 22 Jan, 2019 1 commit
  6. 19 Jan, 2019 4 commits
  7. 18 Jan, 2019 2 commits
  8. 17 Jan, 2019 1 commit
  9. 16 Jan, 2019 1 commit
  10. 10 Jan, 2019 3 commits
  11. 07 Dec, 2018 8 commits
  12. 05 Dec, 2018 2 commits
  13. 07 Nov, 2018 13 commits