1. e833478 isup: Hook the reset scanner before we forward the ISUP message by Holger Hans Peter Freyther · 11 years ago 1.3.0
  2. ff397ed Adopt to recent libosmocore namespace changes and libosmogsm by Harald Welte · 13 years ago
  3. 7176030 vty: Add all mighty new vty interface for osmo-stp by Holger Hans Peter Freyther · 13 years ago
  4. cfe9d71 vty: Remove more globals from the bsc data. by Holger Hans Peter Freyther · 13 years ago
  5. 6c0b2e5 mtp: Make the mtp_link point to a specific type of link by Holger Hans Peter Freyther · 13 years ago
  6. 289436f bsc: Cleanup some fields and names by Holger Hans Peter Freyther · 13 years ago
  7. a7bc3aa ss7: Create a SS7 application that is responsible for the routing by Holger Hans Peter Freyther · 13 years ago
  8. 84ec871 msc: Move the MSC Connection into a new header file by Holger Hans Peter Freyther · 13 years ago
  9. f7ce2c6 m2ua: Start to separate the SCTP code and M2UA to allow multiple links by Holger Hans Peter Freyther · 13 years ago
  10. 599c9a4 mtp: Allocate the MTPLinkSet as a child of the BSC by Holger Hans Peter Freyther · 13 years ago
  11. 2ff47b8 bsc: Allocate the bsc with talloc instead by Holger Hans Peter Freyther · 13 years ago
  12. 7ca2b03 bsc: Remove the m2ua_set pointer from the struct as well by Holger Hans Peter Freyther · 13 years ago
  13. 89fa11a bsc: Remove the global link_set pointer from the bsc by Holger Hans Peter Freyther · 13 years ago
  14. e86c02e bsc: Move the BSC<->MSC variables to a new struct. by Holger Hans Peter Freyther · 13 years ago
  15. ee63d7d stp: Allow/Disallow to inject messages on the UDP/M2UA interface by Holger Hans Peter Freyther · 13 years ago
  16. 0452f22 stp: Add code that allows to inject messages on any linkset by Holger Hans Peter Freyther · 13 years ago
  17. f603f28 isup: Make it possible for the STP to handle/not handle ISUP messages by Holger Hans Peter Freyther · 13 years ago
  18. 3a1c0af udp: Create a SNMP session per UDP by Holger Hans Peter Freyther · 13 years ago
  19. 36260e9 pcap: Classify the direction of such a message by Holger Hans Peter Freyther · 13 years ago
  20. ddf8eae pcap: Run all pcap operations through one method by Holger Hans Peter Freyther · 13 years ago
  21. c6bfa27 udp: Allow to create multiple links via UDP by Holger Hans Peter Freyther · 13 years ago
  22. a310e53 vty: Classify the application that we run and provide different options by Holger Hans Peter Freyther · 13 years ago
  23. eab2096 udp: Make the SNMP code asynchronous by Holger Hans Peter Freyther · 13 years ago on-waves/multiple-links
  24. 083a30b udp: Poll SNMP for timeouts and fd every 100ms by Holger Hans Peter Freyther · 13 years ago
  25. f38114e udp: Allow to run multiple links through the same socket by Holger Hans Peter Freyther · 13 years ago
  26. a8ce061 mtp: Move the link testing into a new file for mtp_link by Holger Hans Peter Freyther · 13 years ago
  27. d8a73e2 isup: Allow to have a different OPC for ISUP messages. by Holger Hans Peter Freyther · 13 years ago
  28. 9cf11bc stp: Create a M2UA link by hand and connect the SCCP routines by Holger Hans Peter Freyther · 13 years ago
  29. 0e2f911 mtp: Rename link_data to mtp_link and move out the transport specific things by Holger Hans Peter Freyther · 13 years ago
  30. 0f833b0 mtp: take the linkset down when the last link is failing by Holger Hans Peter Freyther · 13 years ago
  31. 85e17d1 mtp: Remove the forced_down as it is never read in that application by Holger Hans Peter Freyther · 13 years ago
  32. fe72c16 mtp: Turn the MTPl2 link into a list of links. by Holger Hans Peter Freyther · 13 years ago
  33. 644aafb mtp: Make the link_data be a child of the link_set by Holger Hans Peter Freyther · 13 years ago
  34. c840569 mtp: Propagate link and linkset failures in two stages by Holger Hans Peter Freyther · 13 years ago
  35. 569f1e1 mtp: Rename mtp_link to mtp_link_set as this is the linkset by Holger Hans Peter Freyther · 13 years ago
  36. b6edf97 linkset: Prepare the UDP support to support multiple links. by Holger Hans Peter Freyther · 13 years ago
  37. 016ba29 msc: Remove the msc_clear_queue now that it is not needed by Holger Hans Peter Freyther · 13 years ago
  38. a99b04b mtp: Move the link code into a new file called links. by Holger Hans Peter Freyther · 13 years ago
  39. f9b4a86 misc: Remove the link_c7 dummy methods by Holger Hans Peter Freyther · 13 years ago
  40. de56c22 license: Switch to the GNU AGPLv3 for this network service by Holger Hans Peter Freyther · 13 years ago
  41. 7a72556 mtp: Allow to have a different POC for SCCP by Holger Hans Peter Freyther · 13 years ago
  42. b38b33b mtp: Make the spare/ni configurable by Holger Hans Peter Freyther · 14 years ago
  43. 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
  44. 594ee9a udt_relay: Add a forked copy of main to just relay messages by Holger Hans Peter Freyther · 14 years ago
  45. 5d930f8 mtp: Store the mtp_link inside the connection by Holger Hans Peter Freyther · 14 years ago
  46. 0e4e35f bsc: Be able to configure the LAC/MNC/MCC... by Holger Hans Peter Freyther · 14 years ago
  47. 7942abc vty: Move the vty code to a new file, move config params. by Holger Hans Peter Freyther · 14 years ago
  48. 7b7c297 msc: Separate the BSC and MSC link completly... by Holger Hans Peter Freyther · 14 years ago
  49. 0c95c6a msc: Rename closing to msc_link_down by Holger Hans Peter Freyther · 14 years ago
  50. 43d9eec msc: Make close_msc public, call it from main.. by Holger Hans Peter Freyther · 14 years ago
  51. cf381e2 Update SCCP includes for the new location of files. by Holger Hans Peter Freyther · 14 years ago
  52. cbf7d18 Use libosmocore instead of the old temporary laF0rge1 lib.. by Holger Hans Peter Freyther · 14 years ago
  53. 5aa1701 u_int8_t -> uint8_t by Holger Hans Peter Freyther · 14 years ago
  54. 97f66e2 Public release of the cellmgr_ng code to convert E1 to IPA SCCP by Holger Hans Peter Freyther · 14 years ago