1. ab79b9b m2ua: Print information about number of SCTP connections by Holger Hans Peter Freyther · 13 years ago
  2. c21c0d6 misc: Update code to compil with libosmocore 0.3.2 by Holger Hans Peter Freyther · 13 years ago
  3. ff397ed Adopt to recent libosmocore namespace changes and libosmogsm by Harald Welte · 13 years ago
  4. cfe9d71 vty: Remove more globals from the bsc data. by Holger Hans Peter Freyther · 14 years ago
  5. 5cd45e1 bsc: Move the signal handling code over to the bsc.c by Holger Hans Peter Freyther · 14 years ago
  6. 2d4891f bsc: Move the option parsing into the common code in bsc.c by Holger Hans Peter Freyther · 14 years ago
  7. 289436f bsc: Cleanup some fields and names by Holger Hans Peter Freyther · 14 years ago
  8. ab7c601 ss7: Provide a way to start the application by Holger Hans Peter Freyther · 14 years ago
  9. a7bc3aa ss7: Create a SS7 application that is responsible for the routing by Holger Hans Peter Freyther · 14 years ago
  10. 84ec871 msc: Move the MSC Connection into a new header file by Holger Hans Peter Freyther · 14 years ago
  11. 599c9a4 mtp: Allocate the MTPLinkSet as a child of the BSC by Holger Hans Peter Freyther · 14 years ago
  12. 2ff47b8 bsc: Allocate the bsc with talloc instead by Holger Hans Peter Freyther · 14 years ago
  13. 89fa11a bsc: Remove the global link_set pointer from the bsc by Holger Hans Peter Freyther · 14 years ago
  14. 43b015a bsc: Move the connection tracking code out of main file by Holger Hans Peter Freyther · 14 years ago
  15. e86c02e bsc: Move the BSC<->MSC variables to a new struct. by Holger Hans Peter Freyther · 14 years ago
  16. c6bfa27 udp: Allow to create multiple links via UDP by Holger Hans Peter Freyther · 14 years ago
  17. a310e53 vty: Classify the application that we run and provide different options by Holger Hans Peter Freyther · 14 years ago
  18. d8a73e2 isup: Allow to have a different OPC for ISUP messages. by Holger Hans Peter Freyther · 14 years ago
  19. 1b6901e stp: Forward unhandled ISUP from one end to another by Holger Hans Peter Freyther · 14 years ago
  20. fe72c16 mtp: Turn the MTPl2 link into a list of links. by Holger Hans Peter Freyther · 14 years ago
  21. 644aafb mtp: Make the link_data be a child of the link_set by Holger Hans Peter Freyther · 14 years ago
  22. c840569 mtp: Propagate link and linkset failures in two stages by Holger Hans Peter Freyther · 14 years ago
  23. 569f1e1 mtp: Rename mtp_link to mtp_link_set as this is the linkset by Holger Hans Peter Freyther · 14 years ago
  24. 346e1c4 mtp: Attempt to select the sls properly in the round robin fashion by Holger Hans Peter Freyther · 14 years ago
  25. 016ba29 msc: Remove the msc_clear_queue now that it is not needed by Holger Hans Peter Freyther · 14 years ago
  26. a99b04b mtp: Move the link code into a new file called links. by Holger Hans Peter Freyther · 14 years ago
  27. f9b4a86 misc: Remove the link_c7 dummy methods by Holger Hans Peter Freyther · 14 years ago
  28. de56c22 license: Switch to the GNU AGPLv3 for this network service by Holger Hans Peter Freyther · 14 years ago
  29. 7a72556 mtp: Allow to have a different POC for SCCP by Holger Hans Peter Freyther · 14 years ago
  30. eefd72c mtp: Remove the flood feature as the issue has been debugged by Holger Hans Peter Freyther · 14 years ago
  31. b38b33b mtp: Make the spare/ni configurable by Holger Hans Peter Freyther · 14 years ago
  32. 594ee9a udt_relay: Add a forked copy of main to just relay messages by Holger Hans Peter Freyther · 14 years ago
  33. 5d930f8 mtp: Store the mtp_link inside the connection by Holger Hans Peter Freyther · 14 years ago
  34. 3594855 bsc: Move more sccp code into the bsc_sccp.c by Holger Hans Peter Freyther · 14 years ago
  35. 1cb634a bsc: Refactor and move SCCP ConTrack to bsc_sccp.c by Holger Hans Peter Freyther · 14 years ago
  36. b3e1068 sccp: Move the SCCP connection out to a new structure. by Holger Hans Peter Freyther · 14 years ago
  37. fdae5c9 vty: Add a telnet interface to the cellmgr by Holger Hans Peter Freyther · 14 years ago
  38. 7942abc vty: Move the vty code to a new file, move config params. by Holger Hans Peter Freyther · 14 years ago
  39. 4bbfa27 Add a command to ask for the version number, generate a config file by Holger Hans Peter Freyther · 14 years ago
  40. 7b7c297 msc: Separate the BSC and MSC link completly... by Holger Hans Peter Freyther · 14 years ago
  41. e33d93c msc: Manage the msc_link_down only in the msc_conn.c by Holger Hans Peter Freyther · 14 years ago
  42. 0c95c6a msc: Rename closing to msc_link_down by Holger Hans Peter Freyther · 14 years ago
  43. 3e054ee msc: Use msc_clear_queue instead of custom clear code. by Holger Hans Peter Freyther · 14 years ago
  44. 71f4f35 msc: Use the msc function to clear the queue by Holger Hans Peter Freyther · 14 years ago
  45. 43d9eec msc: Make close_msc public, call it from main.. by Holger Hans Peter Freyther · 14 years ago
  46. e66c7c1 cleanup: Remove code that is provided by libosmocore now. by Holger Hans Peter Freyther · 14 years ago
  47. 8c6b356 main: Fix linking of OpenBSC... by Holger Hans Peter Freyther · 14 years ago
  48. 7a6e736 main: Remove left overs from old code. by Holger Hans Peter Freyther · 14 years ago
  49. 48f4d63 main.c: Make the link_c7_init weak to make the application link by Holger Hans Peter Freyther · 14 years ago
  50. cbf7d18 Use libosmocore instead of the old temporary laF0rge1 lib.. by Holger Hans Peter Freyther · 14 years ago
  51. 5aa1701 u_int8_t -> uint8_t by Holger Hans Peter Freyther · 14 years ago
  52. 97f66e2 Public release of the cellmgr_ng code to convert E1 to IPA SCCP by Holger Hans Peter Freyther · 14 years ago