1. 306dc09 add simplistic IuUP FSM and strip/add IuUP headers by Neels Hofmeyr · 6 years ago cccamp19
  2. 3382624 ptmap: implicitly match '/8000' and '/8000/1' by Neels Hofmeyr · 4 years, 11 months ago
  3. 9ef0c11 differentiate AMR octet-aligned=0 vs =1 by Neels Hofmeyr · 4 years, 11 months ago
  4. 109ff52 test_mgcp_codec_pt_translate(): more tests by Neels Hofmeyr · 4 years, 11 months ago
  5. 4cf5e71 mgcp_test: extend / rewrite test_mgcp_codec_pt_translate() by Neels Hofmeyr · 4 years, 11 months ago
  6. 83fd8a5 mgw: Support receiving lowercase LCO codec by Pau Espin Pedrol · 5 years ago
  7. 1705848 mgw: Support receiving uppercase connection mode by Pau Espin Pedrol · 5 years ago
  8. 0c6c3c1 mgw: Support lowercase header parameters by Pau Espin Pedrol · 5 years ago
  9. fe9a1fe mgw: Support uppercase LCO options by Pau Espin Pedrol · 5 years ago
  10. 8de58e7 osmux: Cleanup of CID alloc pool APIs by Pau Espin Pedrol · 5 years ago
  11. 228e591 AMR: Add function to convert between bw-effient and octet aligned mode by Philipp Maier · 5 years ago
  12. e36b775 Inactive connection cleanup (disabled by default) by Oliver Smith · 5 years ago
  13. 9ecceb6 mgcp: Log endpoint nr consistently as hex by Pau Espin Pedrol · 6 years ago
  14. e28b673 cosmetic: mgcp_test: fix get_conn_id_from_response() by Neels Hofmeyr · 6 years ago
  15. a77eade mgcp_conn_get(): match conn Id ('I:') despite leading zeros by Neels Hofmeyr · 6 years ago
  16. 6531726 mgcp_conn_get(): compare conn Id ('I:') case insensitively by Neels Hofmeyr · 6 years ago
  17. 5336f57 fix mgcp_verify_ci(): off-by-one in max len check by Neels Hofmeyr · 6 years ago
  18. b861db9 mgcp_test: fix get_conn_id_from_response() CI length by Neels Hofmeyr · 6 years ago
  19. 08e0704 mgcp_test: fix log of conn_id presence by Neels Hofmeyr · 6 years ago
  20. f2388ea X-Osmo-IGN: rather parse items by token, not char by Neels Hofmeyr · 6 years ago
  21. e6d8e91 add X-Osmo-IGN MGCP header to ignore CallID by Neels Hofmeyr · 6 years ago
  22. a74c0ea mgcp_test: release endpoints after use by Philipp Maier · 6 years ago
  23. 6931f9a mgcp_network: translate payload type numbers in RTP packets by Philipp Maier · 6 years ago
  24. cede2a4 stats: replace packet statistic counters with libosmocore rate counters by Philipp Maier · 6 years ago
  25. bc0346e mgw: clean up codec negotiation (sdp) by Philipp Maier · 6 years ago
  26. 3d7b58d protocol: reject illegal lco options by Philipp Maier · 6 years ago
  27. dbd70c7 sdp: remove unused alt_codec field from struct mgcp_rtp_end by Philipp Maier · 6 years ago
  28. 9e1d164 stats: use libosmocore rate counter for in/out_stream.err_ts_counter by Philipp Maier · 6 years ago
  29. 8d064df Revert "stats: use libosmocore rate counter for in/out_stream.err_ts_counter" by Alexander Couzens · 6 years ago
  30. 7181cc1 stats: use libosmocore rate counter for in/out_stream.err_ts_counter by Philipp Maier · 6 years ago
  31. 60f8e31 use osmo_init_logging2() with proper talloc ctx by Neels Hofmeyr · 6 years ago
  32. 2da99a2 mgcp_stat: Don't print osmux stats if it is off by Pau Espin Pedrol · 6 years ago
  33. 19d640e Turn libosmo-mgcp into local, non-installed library by Harald Welte · 6 years ago
  34. 37d11c8 cosmetic: rename mgcp_ep.c/h to mgcp_endp.c/h by Philipp Maier · 6 years ago
  35. 1355d7e cosmetic: rename mgcp_release_endp to mgcp_endp_release 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. 12943ea mgcp: make domain name configurable by Philipp Maier · 6 years ago
  39. abbb6b9 centralize handling of common errors like "endpoint not found" by Harald Welte · 6 years ago
  40. a0ac30f mgcp_rtp_end: Group statistics members into 'stats' sub-struct by Harald Welte · 7 years ago
  41. 49e3d5a mgcp_rtp_state: grup 'stats' members into sub-structure by Harald Welte · 7 years ago
  42. a330b86 mgcp_test: fix possible double free by Philipp Maier · 7 years ago
  43. 7df419b mgcp_test: add returncode check by Philipp Maier · 7 years ago
  44. 7cedfd7 mgcp_test: fix nullpointer dereference by Philipp Maier · 7 years ago
  45. 23b8e29 mgcp_test: fix wrong strcmp() parameters by Philipp Maier · 7 years ago
  46. ffd75e4 libosmo-mgcp: Connection Identifiers are allocated by MGW, not CA by Philipp Maier · 7 years ago
  47. 01d24a3 MGCP: Connection Identifiers are hex strings by Philipp Maier · 7 years ago
  48. fcd0655 vty: do not change number_endpoints at runtime by Philipp Maier · 7 years ago
  49. 465446b mgcp_test: sanitize: free msgb_ctx by Neels Hofmeyr · 7 years ago
  50. b597b4f mgcp_test: test_no_cycle: sanitize: free endp by Neels Hofmeyr · 7 years ago
  51. d20910c mgcp_test: test_packet_error_detection: sanitize: free all conns by Neels Hofmeyr · 7 years ago
  52. 3d9b656 mgcp_test: do not send rtp packets by Philipp Maier · 7 years ago
  53. 020e89b mgcp_test: tweak test failure output by Neels Hofmeyr · 7 years ago
  54. 6779354 drop code dup between libosmo-mgcp-client and libosmo-mgcp by Neels Hofmeyr · 7 years ago
  55. 87bd9be Initially implement the new osmo-mgw and libosmo-mgcp by Philipp Maier · 7 years ago
  56. f83ec56 create libosmo-mgcp and osmo-mgw by copying legacy code by Neels Hofmeyr · 7 years ago
  57. e9920f2 split off osmo-mgw: remove files, apply build, rename by Neels Hofmeyr · 7 years ago
  58. a1756f3 Implement IuCS (large refactoring and addition) by Neels Hofmeyr · 8 years ago
  59. 85929a7 move openbsc/* to repos root by Neels Hofmeyr · 7 years ago