1. 6cb2ccc nat/ussd: Add 'show ussd-connection' vty command by Jacob Erlbeck · 11 years ago
  2. 27876a2 nat: Fix potential memory leak when reading a message by Holger Hans Peter Freyther · 11 years ago
  3. a164d52 nat: Fix compiler warning and cast uint16_t to uint8_t by Holger Hans Peter Freyther · 11 years ago
  4. 7a0010b nat: Include LAC/CI as TV values at the end of the 'status' message by Holger Hans Peter Freyther · 11 years ago
  5. 2bc90c2 nat: Use memcmp for the token on the USSD interface as well by Holger Hans Peter Freyther · 11 years ago
  6. c279e39 nat: Rename "struct sccp_connections" to "struct nat_sccp_connection" by Holger Hans Peter Freyther · 11 years ago
  7. ed5cacb src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago openbsc/0.9.15
  8. c0d17f2 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  9. dfb342c src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  10. e1273b1 src: use namespace prefix osmo_wqueue* by Pablo Neira Ayuso · 13 years ago
  11. 4db9299 src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  12. bf540cb src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  13. 123bc32 ussd: Keep track of used TIs for USSD and forward messages by Holger Hans Peter Freyther · 13 years ago
  14. 91b9a45 nat: Inform the USSD Provider about lost connections by Holger Hans Peter Freyther · 13 years ago
  15. 5cde92c nat: And out the skip_indicator/transaction id from the gsm48 header by Holger Hans Peter Freyther · 13 years ago
  16. ca05d43 src: more robust ipaccess_idtag_parse() by Pablo Neira Ayuso · 13 years ago
  17. 0d93fb4 nat: Fix a crash due the refactoring and pass the nat again. by Holger Hans Peter Freyther · 13 years ago
  18. ef38e85 nat: Remember if the MSC accepted the connection on principle by Holger Hans Peter Freyther · 13 years ago
  19. 165fe56 libcommon: socket: extend make_sock() prototype by Pablo Neira Ayuso · 13 years ago
  20. a18b116 nat: Make the USSD number matching a regexp by Holger Hans Peter Freyther · 13 years ago
  21. d36ff76 Fix build of bsc-nat and GPRS code after include path change by Harald Welte · 13 years ago
  22. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  23. a17faf8 Rename bsc_nat -> osmo-bsc_nat and bsc_mgcp -> osmo-bsc_mgcp by Harald Welte · 13 years ago[Renamed from openbsc/src/nat/bsc_ussd.c]
  24. 368a0a7 ipa: Only use one IPA number for Osmo extensions by Holger Hans Peter Freyther · 13 years ago
  25. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  26. 54f5352 nat: Close SCCP connections when the USSD Provider is closed. by Holger Hans Peter Freyther · 14 years ago
  27. 90bbccf nat: Forward the data coming from the USSD module to the BSC. by Holger Hans Peter Freyther · 14 years ago
  28. 4c401e7 nat: Forward extra state and the message to the USSD provider by Holger Hans Peter Freyther · 14 years ago
  29. c16c2dc nat: Implement accepting a USSD Provider connection, do authentication by Holger Hans Peter Freyther · 14 years ago
  30. 3229f44 nat: Implement the matching of certain USSD messages by Holger Hans Peter Freyther · 14 years ago
  31. 17870cf nat: Create a USSD module to filter out USSDs... by Holger Hans Peter Freyther · 14 years ago