1. 925d566 mtp: Fix the address mask, macro to extract opc/dpc by Holger Hans Peter Freyther · 14 years ago
  2. 69e71e0 isup: Attempt a short cut in the link bring up by sending a unblock by Holger Hans Peter Freyther · 14 years ago
  3. ecd8355 isup: Make status parsing and status response be generic by Holger Hans Peter Freyther · 14 years ago
  4. 6e11bee isup: Attempt to handle a RSC on the exchange by Holger Hans Peter Freyther · 14 years ago
  5. d8a73e2 isup: Allow to have a different OPC for ISUP messages. by Holger Hans Peter Freyther · 14 years ago
  6. a79ac9b isup: ANSI/ITU have a different idea about the CIC and spare bits by Holger Hans Peter Freyther · 14 years ago
  7. b4dd029 isup: Add the isup_types.h to the header files (fixes distcheck) by Holger Hans Peter Freyther · 14 years ago
  8. f0a5139 mtp: Add defines for the test messages by Holger Hans Peter Freyther · 14 years ago
  9. cfbe80f mtp: Send a TFA for the point codes we are routing to. by Holger Hans Peter Freyther · 14 years ago
  10. bee2ed1 mtp: Make the input path work on a specific link of the linkset by Holger Hans Peter Freyther · 14 years ago
  11. efbd8c2 stp: Allow to forward all ISUP messages without any modification by Holger Hans Peter Freyther · 14 years ago
  12. 1b6901e stp: Forward unhandled ISUP from one end to another by Holger Hans Peter Freyther · 14 years ago
  13. 9cf11bc stp: Create a M2UA link by hand and connect the SCCP routines by Holger Hans Peter Freyther · 14 years ago
  14. d70a7e8 m2ua: Create a MTP Link class using SCTP/M2UA for the transport by Holger Hans Peter Freyther · 14 years ago on-waves/m2ua
  15. 0e2f911 mtp: Rename link_data to mtp_link and move out the transport specific things by Holger Hans Peter Freyther · 14 years ago
  16. 0f833b0 mtp: take the linkset down when the last link is failing by Holger Hans Peter Freyther · 14 years ago
  17. 85e17d1 mtp: Remove the forced_down as it is never read in that application by Holger Hans Peter Freyther · 14 years ago
  18. fe72c16 mtp: Turn the MTPl2 link into a list of links. by Holger Hans Peter Freyther · 14 years ago
  19. 069e635 mtp: Keep an array for the SLS -> SLC mapping for active links. by Holger Hans Peter Freyther · 14 years ago
  20. 644aafb mtp: Make the link_data be a child of the link_set by Holger Hans Peter Freyther · 14 years ago
  21. c840569 mtp: Propagate link and linkset failures in two stages by Holger Hans Peter Freyther · 14 years ago
  22. 569f1e1 mtp: Rename mtp_link to mtp_link_set as this is the linkset by Holger Hans Peter Freyther · 14 years ago
  23. 346e1c4 mtp: Attempt to select the sls properly in the round robin fashion by Holger Hans Peter Freyther · 14 years ago
  24. 4573888 mtp: Kill the link variable from the mtp link. by Holger Hans Peter Freyther · 14 years ago
  25. b6edf97 linkset: Prepare the UDP support to support multiple links. by Holger Hans Peter Freyther · 14 years ago
  26. 016ba29 msc: Remove the msc_clear_queue now that it is not needed by Holger Hans Peter Freyther · 14 years ago
  27. f19afae sccp: Stop queueing messages between SLTM messages by Holger Hans Peter Freyther · 14 years ago
  28. a99b04b mtp: Move the link code into a new file called links. by Holger Hans Peter Freyther · 14 years ago
  29. f9b4a86 misc: Remove the link_c7 dummy methods by Holger Hans Peter Freyther · 14 years ago
  30. de56c22 license: Switch to the GNU AGPLv3 for this network service by Holger Hans Peter Freyther · 14 years ago
  31. 7e0936e mgcp: Merge new mgcp_protocol to parse digital trunks. by Holger Hans Peter Freyther · 14 years ago
  32. 7a72556 mtp: Allow to have a different POC for SCCP by Holger Hans Peter Freyther · 14 years ago
  33. 80ab4c6 mtp: Implement the subsystem test and respond with a SSP/SSA by Holger Hans Peter Freyther · 14 years ago
  34. 9260b24 iusp: Make isup parsing work on big endian machines by Holger Hans Peter Freyther · 14 years ago
  35. 3aad776 isup: Respond to a ISUP GRS with a GRA. by Holger Hans Peter Freyther · 14 years ago
  36. c21cfaa isup: Start parsing the ISUP messages by Holger Hans Peter Freyther · 14 years ago
  37. 03ba4f4 isup: Start with isup support in the cellmgr. by Holger Hans Peter Freyther · 14 years ago
  38. 3a80cb2 mtp: Prepare ISUP handling, just print the ISUP part. by Holger Hans Peter Freyther · 14 years ago
  39. b38b33b mtp: Make the spare/ni configurable by Holger Hans Peter Freyther · 14 years ago
  40. e976df1 mtp: Be able to set the spare bits in the network indicator by Holger Hans Peter Freyther · 14 years ago
  41. 4e3e28e mtp: Store the NetworIndicator in the mtp_link and use it by Holger Hans Peter Freyther · 14 years ago
  42. 7694381 udt: Add a forward_only to the bsc struct and use it for the msc_conn by Holger Hans Peter Freyther · 14 years ago
  43. 594ee9a udt_relay: Add a forked copy of main to just relay messages by Holger Hans Peter Freyther · 14 years ago
  44. 5d930f8 mtp: Store the mtp_link inside the connection by Holger Hans Peter Freyther · 14 years ago
  45. 5228069 ussd: Pass the bsc_data to have access to the USSD message by Holger Hans Peter Freyther · 14 years ago
  46. dfcf2df ussd: Create the hook where packages from the MSC pass by by Holger Hans Peter Freyther · 14 years ago
  47. 0f349f2 ussd: Add the hook where we can capture the Location Updating Request by Holger Hans Peter Freyther · 14 years ago
  48. 4776571 bsc_ussd: Add a dummy USSD module...used for welcome SMS by Holger Hans Peter Freyther · 14 years ago
  49. 3594855 bsc: Move more sccp code into the bsc_sccp.c by Holger Hans Peter Freyther · 14 years ago
  50. 1cb634a bsc: Refactor and move SCCP ConTrack to bsc_sccp.c by Holger Hans Peter Freyther · 14 years ago
  51. 0e4e35f bsc: Be able to configure the LAC/MNC/MCC... by Holger Hans Peter Freyther · 14 years ago
  52. b3e1068 sccp: Move the SCCP connection out to a new structure. by Holger Hans Peter Freyther · 14 years ago
  53. 7942abc vty: Move the vty code to a new file, move config params. by Holger Hans Peter Freyther · 14 years ago
  54. e40bc38 mgcp: Merge the realloc_cb from OpenBSC here. by Holger Hans Peter Freyther · 14 years ago
  55. 5b08401 mgcp: Use uint32_t for the CI in every place. by Holger Hans Peter Freyther · 14 years ago
  56. 7b7c297 msc: Separate the BSC and MSC link completly... by Holger Hans Peter Freyther · 14 years ago
  57. 0c95c6a msc: Rename closing to msc_link_down by Holger Hans Peter Freyther · 14 years ago
  58. 43d9eec msc: Make close_msc public, call it from main.. by Holger Hans Peter Freyther · 14 years ago
  59. 5fb3057 mgcp: Move the MGCP_NODE number into a public header file by Holger Hans Peter Freyther · 14 years ago
  60. 84e505d build: Add the cellmgr_debug.h to fix the make distcheck by Holger Hans Peter Freyther · 14 years ago
  61. e66c7c1 cleanup: Remove code that is provided by libosmocore now. by Holger Hans Peter Freyther · 14 years ago
  62. cf381e2 Update SCCP includes for the new location of files. by Holger Hans Peter Freyther · 14 years ago
  63. e807376 mgcp_ss7: Move the vty code/params over to mgcp_vty.c by Holger Hans Peter Freyther · 14 years ago
  64. f9e9977 mgcp_ss7: Change the vty config to operate on the static g_cfg pointer by Holger Hans Peter Freyther · 14 years ago
  65. d86208d mgcp: Update to the latest code drop. by Holger Hans Peter Freyther · 14 years ago
  66. cbf7d18 Use libosmocore instead of the old temporary laF0rge1 lib.. by Holger Hans Peter Freyther · 14 years ago
  67. 9ed3e1b u_int32_t -> uint32_t by Holger Hans Peter Freyther · 14 years ago
  68. 585f3d9 u_int16_t -> uint16_t by Holger Hans Peter Freyther · 14 years ago
  69. 5aa1701 u_int8_t -> uint8_t by Holger Hans Peter Freyther · 14 years ago
  70. 97f66e2 Public release of the cellmgr_ng code to convert E1 to IPA SCCP by Holger Hans Peter Freyther · 14 years ago