1. 9ecceb6 mgcp: Log endpoint nr consistently as hex by Pau Espin Pedrol · 6 years ago
  2. e28b673 cosmetic: mgcp_test: fix get_conn_id_from_response() by Neels Hofmeyr · 6 years ago
  3. a77eade mgcp_conn_get(): match conn Id ('I:') despite leading zeros by Neels Hofmeyr · 6 years ago
  4. 6531726 mgcp_conn_get(): compare conn Id ('I:') case insensitively by Neels Hofmeyr · 6 years ago
  5. 31b4729 Remove libosmo-legacy-mgcp and osmo-bsc-mgcp by Pau Espin Pedrol · 6 years ago
  6. 5336f57 fix mgcp_verify_ci(): off-by-one in max len check by Neels Hofmeyr · 6 years ago
  7. 23e7bf1 mgcp_client: error on too long conn id by Neels Hofmeyr · 6 years ago
  8. 10d487e mgcp_client_test: test long conn_id by Neels Hofmeyr · 6 years ago
  9. 40f5033 mgcp_client_test: also verify received conn_id by Neels Hofmeyr · 6 years ago
  10. b1bb1fa mgcp_client_test: use "\r\n\r\n" instead of "\n\n" by Neels Hofmeyr · 6 years ago
  11. 1d12148 mgcp_client_test: cosmetically re-arrange reply_to() args by Neels Hofmeyr · 6 years ago
  12. b861db9 mgcp_test: fix get_conn_id_from_response() CI length by Neels Hofmeyr · 6 years ago
  13. 08e0704 mgcp_test: fix log of conn_id presence by Neels Hofmeyr · 6 years ago
  14. f2388ea X-Osmo-IGN: rather parse items by token, not char by Neels Hofmeyr · 6 years ago
  15. e6d8e91 add X-Osmo-IGN MGCP header to ignore CallID by Neels Hofmeyr · 6 years ago
  16. a74c0ea mgcp_test: release endpoints after use by Philipp Maier · 6 years ago
  17. 6931f9a mgcp_network: translate payload type numbers in RTP packets by Philipp Maier · 6 years ago
  18. cede2a4 stats: replace packet statistic counters with libosmocore rate counters by Philipp Maier · 6 years ago
  19. 704c4f0 client: add features to generate and parse codec information by Philipp Maier · 6 years ago
  20. bc0346e mgw: clean up codec negotiation (sdp) by Philipp Maier · 6 years ago
  21. 3d7b58d protocol: reject illegal lco options by Philipp Maier · 6 years ago
  22. dbd70c7 sdp: remove unused alt_codec field from struct mgcp_rtp_end by Philipp Maier · 6 years ago
  23. 9e1d164 stats: use libosmocore rate counter for in/out_stream.err_ts_counter by Philipp Maier · 6 years ago
  24. 8d064df Revert "stats: use libosmocore rate counter for in/out_stream.err_ts_counter" by Alexander Couzens · 6 years ago
  25. 7181cc1 stats: use libosmocore rate counter for in/out_stream.err_ts_counter by Philipp Maier · 6 years ago
  26. 60f8e31 use osmo_init_logging2() with proper talloc ctx by Neels Hofmeyr · 6 years ago
  27. bd86f94 compiler warning: ignore deprecated in mgcp_client_test.c by Neels Hofmeyr · 6 years ago
  28. 1083533 mgcp_client: detect SDP section-start parsing errors by Neels Hofmeyr · 6 years ago
  29. a8c6a9c mgcp_client: show failure by MGCP SDP section parsing test by Neels Hofmeyr · 6 years ago
  30. 2da99a2 mgcp_stat: Don't print osmux stats if it is off by Pau Espin Pedrol · 6 years ago
  31. c3eed40 legacy: mgcp_protocol: Don't print osmux stats if it is off by Pau Espin Pedrol · 6 years ago
  32. 19d640e Turn libosmo-mgcp into local, non-installed library by Harald Welte · 6 years ago
  33. 37d11c8 cosmetic: rename mgcp_ep.c/h to mgcp_endp.c/h by Philipp Maier · 6 years ago
  34. 1355d7e cosmetic: rename mgcp_release_endp to mgcp_endp_release by Philipp Maier · 6 years ago
  35. b759473 client: fix sdp parameter ordering by Philipp Maier · 6 years ago
  36. c3cfae2 protocol: fix missing carriage return by Philipp Maier · 6 years ago
  37. 55295f7 mgcp: permit wildcarded endpoint assignment (CRCX) by Philipp Maier · 6 years ago
  38. 9d25d7a client: add missing mandatory SDP fields by Philipp Maier · 6 years ago
  39. 12943ea mgcp: make domain name configurable by Philipp Maier · 6 years ago
  40. abbb6b9 centralize handling of common errors like "endpoint not found" by Harald Welte · 7 years ago
  41. a0ac30f mgcp_rtp_end: Group statistics members into 'stats' sub-struct by Harald Welte · 7 years ago
  42. 49e3d5a mgcp_rtp_state: grup 'stats' members into sub-structure by Harald Welte · 7 years ago
  43. a330b86 mgcp_test: fix possible double free by Philipp Maier · 7 years ago
  44. 7df419b mgcp_test: add returncode check by Philipp Maier · 7 years ago
  45. 7cedfd7 mgcp_test: fix nullpointer dereference by Philipp Maier · 7 years ago
  46. 23b8e29 mgcp_test: fix wrong strcmp() parameters by Philipp Maier · 7 years ago
  47. 922ae9a client: use string as connection identifier by Philipp Maier · 7 years ago
  48. 189d6bf mgcp_client_test makefile: add update_exp target by Neels Hofmeyr · 7 years ago
  49. c8f37cb mgcp_client: add transaction cleanup by Neels Hofmeyr · 7 years ago
  50. f8bfbe8 client: use osmo_strlcpy instead of strncpy by Philipp Maier · 7 years ago
  51. ffd75e4 libosmo-mgcp: Connection Identifiers are allocated by MGW, not CA by Philipp Maier · 7 years ago
  52. 01d24a3 MGCP: Connection Identifiers are hex strings by Philipp Maier · 7 years ago
  53. fcd0655 vty: do not change number_endpoints at runtime by Philipp Maier · 7 years ago
  54. 465446b mgcp_test: sanitize: free msgb_ctx by Neels Hofmeyr · 7 years ago
  55. b597b4f mgcp_test: test_no_cycle: sanitize: free endp by Neels Hofmeyr · 7 years ago
  56. d20910c mgcp_test: test_packet_error_detection: sanitize: free all conns by Neels Hofmeyr · 7 years ago
  57. 677f4ad legacy_mgcp: mgcp_test: sanitize: free msgb_ctx by Neels Hofmeyr · 7 years ago
  58. 06da85e client: add ip address parsing to the client by Philipp Maier · 7 years ago
  59. 1dc6be6 client: add unified function to generate MGCP messages by Philipp Maier · 7 years ago
  60. 8348abb client: fix stderror logging in unit-test by Philipp Maier · 7 years ago
  61. 3d9b656 mgcp_test: do not send rtp packets by Philipp Maier · 7 years ago
  62. 020e89b mgcp_test: tweak test failure output by Neels Hofmeyr · 7 years ago
  63. 6779354 drop code dup between libosmo-mgcp-client and libosmo-mgcp by Neels Hofmeyr · 7 years ago
  64. 87bd9be Initially implement the new osmo-mgw and libosmo-mgcp by Philipp Maier · 7 years ago
  65. f83ec56 create libosmo-mgcp and osmo-mgw by copying legacy code by Neels Hofmeyr · 7 years ago
  66. d95ab1e libosmo-mgcp-client: fix debian, make self-contained by Neels Hofmeyr · 7 years ago
  67. 3a8e723 rename mgcpgw_client_* to mgcp_client_* by Neels Hofmeyr · 7 years ago
  68. 97df691 separate libosmo-mgcp-client from mgcp server code by Neels Hofmeyr · 7 years ago
  69. 7eaeb5a drop files unrelated to osmo-mgw by Neels Hofmeyr · 7 years ago
  70. e9920f2 split off osmo-mgw: remove files, apply build, rename by Neels Hofmeyr · 7 years ago
  71. 73a93bd cosmetic: msc_vlr_tests: drop unused var by Neels Hofmeyr · 7 years ago
  72. 28295b9 move libiu to osmo-iuh/libosmo-ranap by Neels Hofmeyr · 7 years ago
  73. 4b60d07 Implement AoIP, port to M3UA SIGTRAN (large addition and refactoring) by Philipp Maier · 7 years ago
  74. 3671968 sgsn_test: Fix wrong definition of wrap func by Pau Espin Pedrol · 7 years ago
  75. d0d6249 Migrate from gprs_apn_to_str() to libosmocore osmo_apn_to_str() by Harald Welte · 7 years ago
  76. ff4cb11 libcommon: Fix log output for bts>0. by Alexander Chemeris · 7 years ago
  77. b343807 libmsc: update database to accomodate SMS status-report fields by Pablo Neira Ayuso · 7 years ago
  78. 2e7e4b9 examples/sgsn: Use osmo-hlr with auth-policy remote by default by Daniel Willmann · 7 years ago
  79. 717c7b9 04.08: log protocol discriminators and message types by name by Neels Hofmeyr · 7 years ago
  80. 8151249 fix msc_vlr tests after libosmocore uses localtime for SMS by Neels Hofmeyr · 7 years ago
  81. a1756f3 Implement IuCS (large refactoring and addition) by Neels Hofmeyr · 8 years ago
  82. 0e5a7c4 mscsplit: various preparations to separate MSC from BSC by Neels Hofmeyr · 7 years ago
  83. 2d503d0 vlr: LU FSM: enable Retrieve_IMEISV_If_Required by Neels Hofmeyr · 7 years ago
  84. 9f52b06 osmo-nitb: change default db name to sms.db by Neels Hofmeyr · 7 years ago
  85. f817814 Add msc_vlr test suite for MSC+VLR end-to-end tests by Neels Hofmeyr · 7 years ago
  86. 7b423ed Use libvlr in libmsc (large refactoring) by Harald Welte · 8 years ago
  87. ffebe6e fix make distcheck with python tests by Neels Hofmeyr · 7 years ago
  88. 85929a7 move openbsc/* to repos root by Neels Hofmeyr · 7 years ago
  89. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago
  90. c7b86f9 Revert "[db] Keep track of the current gsm_network" by Holger Freyther · 15 years ago
  91. 535abf2 [tests] Do no free objects that are allocated on the stack by Holger Freyther · 15 years ago
  92. 04d3c92 An application that has own events and file descriptors, must poll by Harald Welte · 15 years ago
  93. ff117a8 * rename the timer functions to avoid name collisions with libmisdn. by Harald Welte · 15 years ago
  94. 12247c6 Fix compilation issues on OS X - mainly #include file changes (Lars Immisch) by Harald Welte · 15 years ago
  95. 36650b8 [db] Keep track of the current gsm_network by Holger Freyther · 15 years ago
  96. bab9cd9 [tests] Change the db_test to link to the libopenbsc.a by Holger Freyther · 15 years ago
  97. 7e310b1 Store incoming SMS into SQL database by Harald Welte · 15 years ago
  98. 59da07b [sms] Add test case for the 7-bit coding/decoding... by Holger Freyther · 15 years ago
  99. 73e61c4 [sms] Remove hardcoded size and use the SIZE_OF trick.. by Holger Freyther · 15 years ago
  100. 3281f6e [build] Create a libbsc.a as noinst_LIBRARY, link bsc_hack and tests against it by Holger Freyther · 15 years ago