1. 1b1a39b Fix license headers: Should have been AGPLv3+, not GPLv2+ by Harald Welte · 5 months ago
  2. c43b01e mncc_sock: Call osmo_fd_unregister() before closing and changing bfd->fd by Pau Espin Pedrol · 1 year, 4 months ago
  3. 2ee27f9 treewide: remove FSF address by Oliver Smith · 2 years, 7 months ago
  4. 4dc5dcf Use osmo_fd_*_{disable,enable} by Harald Welte · 3 years, 9 months ago
  5. aa29e33 Use osmo_fd_setup() whenever applicable by Harald Welte · 3 years, 9 months ago
  6. c95c0b6 Use OSMO_FD_* instead of deprecated BSC_FD_* by Pau Espin Pedrol · 4 years, 2 months ago
  7. 3f07dac Fix some typos by Martin Hauke · 4 years, 8 months ago
  8. 5255874 fix regression: fix internal MNCC operation by Neels Hofmeyr · 5 years ago
  9. c4628a3 large refactoring: support inter-BSC and inter-MSC Handover by Neels Hofmeyr · 6 years ago
  10. f02d17f libmsc/mncc_sock.c: Add lchan_type_offset in queue_hello() by Keith · 6 years ago
  11. c01e909 dissolve libcommon: move talloc ctx into msc_main.c, drop talloc_ctx.c by Neels Hofmeyr · 6 years ago
  12. 5718429 MNCC: Add input validation by Harald Welte · 6 years ago
  13. 43b01b0 Remove rest_octets.h by Max · 7 years ago
  14. 9084396 rename include/openbsc to include/osmocom/msc by Neels Hofmeyr · 7 years ago
  15. e2f24d5 mscsplit: various preparations to separate MSC from BSC by Neels Hofmeyr · 7 years ago
  16. 29b9206 move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/src/libmsc/mncc_sock.c]
  17. d091b8d mncc_sock: use osmo_sock_unix_init() from libosmocore by Vadim Yanitskiy · 8 years ago
  18. 0ade632 osmo-nitb: add -M to pass specific MNCC socket path by Neels Hofmeyr · 8 years ago
  19. 9acbe4c mncc: Use helper function to check if an MNCC frame is data (speech/traffic) by Andreas Eversberg · 11 years ago
  20. 9e7837a mncc: Include size and offsets of struct gsm_mncc in the hello by Holger Hans Peter Freyther · 12 years ago
  21. 347e7ba mncc: Introduce a hello packet that is sent to the client. by Holger Hans Peter Freyther · 13 years ago
  22. da6597e mncc: Remove FIXME about queuing messages by Holger Hans Peter Freyther · 13 years ago
  23. 694c82d mncc: Address the fixme and put the mncc_sock_state in gsm_network by Holger Hans Peter Freyther · 13 years ago
  24. 46f799b MNCC: Never send zero-length msgb packets to the socket by Peter Stuge · 13 years ago
  25. 4db9299 src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  26. a8a09df misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  27. 0904938 mncc: Do not permanently disable the listening socket in case of error by Holger Hans Peter Freyther · 13 years ago
  28. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  29. 89579b4 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/msc/mncc_sock.c]
  30. 31c00f7 re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/mncc_sock.c]
  31. 1cc7184 misc: Fix compiler warning about incompatible pointers by Holger Hans Peter Freyther · 14 years ago
  32. 02d45c0 misc: Fix warning about the cast. by Holger Hans Peter Freyther · 14 years ago
  33. eb76c7a mncc_sock: Fix potential segfault in case MNCC app dies by Harald Welte · 14 years ago
  34. 0d6f930 mncc_sock: Use proper logging directives and levels, don't printf. by Harald Welte · 14 years ago
  35. ea057d9 mncc_sock: Add new 'mncc handler' function by Harald Welte · 14 years ago
  36. 371efe5 mncc_sock: Clear all calls if MNCC application (LCR) disconnects by Harald Welte · 14 years ago
  37. 49a2dde mncc_sock: Add an assert() in case our queue peek trick goes wrong by Harald Welte · 14 years ago
  38. 31bbbf4 MNCC socket: Export MNCC interface via unix domain socket by Harald Welte · 14 years ago