1. 84da6b1 Implement IuCS (large refactoring and addition) by Neels Hofmeyr · 8 years ago
  2. 29b9206 move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/src/osmo-bsc/osmo_bsc_api.c]
  3. a369e24 cosmetic: rename struct osmo_msc_data to bsc_msc_data by Neels Hofmeyr · 7 years ago
  4. a42855f cosmetic: rename osmo_msc_data.h to bsc_msc_data.h by Neels Hofmeyr · 7 years ago
  5. 42eb014 split subscr_con_allocate()/_free() in bsc_ and msc_ by Neels Hofmeyr · 8 years ago
  6. 43273c6 factor out gen of USSD notify and release complete to libosmocore by Neels Hofmeyr · 8 years ago
  7. 531734a 04.08: apply new bitmask functions, fix bitmask use by Neels Hofmeyr · 8 years ago
  8. 7a77d01 amr: Attempt to unbreak the AMR support in the BSC by Holger Hans Peter Freyther · 9 years ago
  9. 1e36547 bsc: Rename core_ncc to core_mnc by Holger Hans Peter Freyther · 9 years ago
  10. d26b8fc bsc: Send a LU Reject in case it has been filtered by Holger Hans Peter Freyther · 9 years ago
  11. ec0cb7c bsc: Add access list filtering to the BSC by Holger Hans Peter Freyther · 9 years ago
  12. c652913 filter: Move the con_type into the filter_state by Holger Hans Peter Freyther · 9 years ago
  13. 32dd2f3 bsc: Allow to use different LAC/CI for the core-network by Holger Hans Peter Freyther · 9 years ago
  14. db64f2e bsc: Allow to disable sending ping/pong to the MSC by Holger Hans Peter Freyther · 10 years ago
  15. 56cb729 bsc: Add a "IPA PING" to the SCCP CR messages by Holger Hans Peter Freyther · 10 years ago
  16. aff2d62 bsc/ussd: Rename bsc_send_ussd_notification() by Jacob Erlbeck · 11 years ago
  17. b125031 bsc/ussd: Send faked CM Service Accept before sending USSD by Jacob Erlbeck · 11 years ago
  18. 28e183f Revert "bsc/ussd: Send faked CM Service Accept before sending USSD" by Holger Hans Peter Freyther · 11 years ago
  19. 61bd965 bsc/ussd: Send faked CM Service Accept before sending USSD by Jacob Erlbeck · 11 years ago
  20. 56595f8 ussd: Send USSD on call setup on MSC errors by Jacob Erlbeck · 11 years ago
  21. 25aa749 audio: Make the BSC handle the new mr_config request of the BSC API by Holger Hans Peter Freyther · 13 years ago
  22. 0b19d55 bsc: Blind fix to deal with phones sending a dialplan of 0 by Holger Hans Peter Freyther · 13 years ago
  23. c7db4dc bsc: Fix crash when the new route is not available by Holger Hans Peter Freyther · 13 years ago
  24. 83d2d38 bsc: Inspect a CC Setup message and attempt to reroute the traffic by Holger Hans Peter Freyther · 13 years ago
  25. 076af1c bsc: Move the finding of a MSC into the filter code by Holger Hans Peter Freyther · 13 years ago
  26. 354c87c bsc: Select a MSC in a round-robin fashion by Holger Hans Peter Freyther · 13 years ago
  27. 4cdb050 bsc: Move away from ->bsc.msc to use the selected MSC by Holger Hans Peter Freyther · 13 years ago
  28. 8ec4952 bsc: Create a osmo_bsc_data and embed osmo_msc_data by Holger Hans Peter Freyther · 13 years ago
  29. dc3389f bsc: Fix compiler warning about wrong return and unused variable by Holger Hans Peter Freyther · 12 years ago
  30. 95e862c Move processing of CLASSMARK CHANGE behind bsc_api by Harald Welte · 12 years ago
  31. 80c37bd bsc: Fix crash that can occur on RF Failure by Holger Hans Peter Freyther · 13 years ago
  32. 9b9a171 bsc: Fix a memory leak when the BSC is not allowed to open a connection by Holger Hans Peter Freyther · 13 years ago
  33. 7d33bdf osmo-bsc: Some more logging (LOGL_INFO). by Harald Welte · 13 years ago
  34. d36ff76 Fix build of bsc-nat and GPRS code after include path change by Harald Welte · 13 years ago
  35. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  36. 31c00f7 re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/bsc/osmo_bsc_api.c]
  37. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  38. 863a55d bsc: Make bsc_queue_for_msc work on the osmo_bsc_sccp_con by Holger Hans Peter Freyther · 14 years ago
  39. 7e90108 bsc: Make open/close work on the sccp data by Holger Hans Peter Freyther · 14 years ago
  40. 9b17c76 bsc: Work a bit on opening the SCCP connection to the MSC. by Holger Hans Peter Freyther · 14 years ago
  41. 5bb874d bsc: Add a hook where we can scan for LU and other messages. by Holger Hans Peter Freyther · 14 years ago
  42. cc48fb8 bsc: Call into the SCCP layer to create a new connection. by Holger Hans Peter Freyther · 14 years ago
  43. 46c5ab3 bsc: Reduce duplication with a macro. by Holger Hans Peter Freyther · 14 years ago
  44. e46f1d6 bsc: Implement sending an assignment failure by Holger Hans Peter Freyther · 14 years ago
  45. c2b3270 bsc: Send a Clear Reques on RF Failures to the MSC. by Holger Hans Peter Freyther · 14 years ago
  46. c8166f3 bsc: Implement sending a SAPI n Reject. by Holger Hans Peter Freyther · 14 years ago
  47. 58f2cf6 bsc: Implement the DTAP callback and forward the data to the MSC by Holger Hans Peter Freyther · 14 years ago
  48. da488ae bsc: Implement sending the assignment complete to the network by Holger Hans Peter Freyther · 14 years ago
  49. 2d2c910 bsc: Implement sending a Cipher Mode Complete message by Holger Hans Peter Freyther · 14 years ago
  50. 7225fd1 bsc: Add some basic checks to see if a SCCP connection is established by Holger Hans Peter Freyther · 14 years ago
  51. 45b575f bsc_api: The rr_cause is optional, pass it as a pointer by Holger Hans Peter Freyther · 14 years ago
  52. 66dcd92 bsc_api: Nuke the clear complete from the API. by Holger Hans Peter Freyther · 14 years ago
  53. 46caa30 bsc_api: Provide the link_id in the dtap callback. by Holger Hans Peter Freyther · 14 years ago
  54. b094171 bsc_api: Add needed parameters to the assignment complete callback by Holger Hans Peter Freyther · 14 years ago
  55. e1996f0 bsc_api: The cipher mode is not a message on the air interface by Holger Hans Peter Freyther · 14 years ago
  56. fce9307 bsc_api: Change the cause to a uint8_t for now by Holger Hans Peter Freyther · 14 years ago
  57. 05c6884 bsc_api: Fix a use after free error in the Clear Request path by Holger Hans Peter Freyther · 14 years ago
  58. 32aaef6 bsc; Register the BSC API with many blanks. by Holger Hans Peter Freyther · 14 years ago
  59. 4f448c9 bsc: Add header file for the true BSC API. by Holger Hans Peter Freyther · 14 years ago