1. 8e358d7 WIP: attempt at a subscr_conn_fsm by Harald Welte · 8 years ago neels/vlr_subscr_conn_fsm
  2. 1db9a0b comment fix in vlr_subscriber by Neels Hofmeyr · 7 years ago
  3. 3dd8302 vlr: temporary comments in gsm_subscriber by Neels Hofmeyr · 7 years ago
  4. 47a63ad vlr: add vlr_subscriber to gsm_subscriber and comment by Neels Hofmeyr · 7 years ago
  5. 226e663 FIXME libmsc serv req + page resp: don't use bts pointer; break LAC by Neels Hofmeyr · 7 years ago
  6. 97ff65d FIXME disable subscr_update() by Neels Hofmeyr · 7 years ago
  7. 0dfe007 FIXME disable classmark2 by Neels Hofmeyr · 7 years ago
  8. fe12797 vlr_sub_name(): be robust against NULL pointer by Neels Hofmeyr · 7 years ago
  9. 0819730 gsm48_rx_rr_app_info: don't store app info at all, comment by Neels Hofmeyr · 7 years ago
  10. 88d3119 fixes for tmsi reall compl path by Neels Hofmeyr · 7 years ago
  11. 7695fdb gsm_04_08.c: add missing vlr .subscr_assoc() by Neels Hofmeyr · 7 years ago
  12. f4bb051 fix const compiler warning in print_meas_rep() by Neels Hofmeyr · 7 years ago
  13. e2300f9 store initial lu_fsm in gsm_subscriber_connection by Neels Hofmeyr · 7 years ago
  14. a162ba7 vlr_lu_fsm: missing: WAIT_SUB_PRES out_state_mask += WAIT_IMEI_TMSI by Neels Hofmeyr · 7 years ago
  15. 4d5bc18 libmsc: store classmark1 in gsm_subscriber_connection by Neels Hofmeyr · 7 years ago
  16. 8f87cea cosmetic: in comments, drop some unbalanced braces by Neels Hofmeyr · 8 years ago
  17. f0a9407 fix various missing vars and unused vars by Neels Hofmeyr · 7 years ago
  18. 7cdcdf2 comments: various tweaks and fixes by Neels Hofmeyr · 7 years ago
  19. e27b4bc fix vlr_loc_update: don't return vlr_subscriber, return fsm inst by Neels Hofmeyr · 7 years ago
  20. fdb8a07 WIP: more incomplete libvlr integration work by Harald Welte · 8 years ago
  21. 335c308 WIP: Introduce libvlr by Harald Welte · 8 years ago
  22. 5c5f4ab WIP: move OAP client to libosmocore by Harald Welte · 8 years ago
  23. a5b7969 gsup_client: Make use of OAP optional by Harald Welte · 8 years ago
  24. 0d021e4 VTY: Print 3G auth tuples, not just 2G auth tuples by Harald Welte · 8 years ago
  25. 146daa5 WIP: add gsup_test_client program by Harald Welte · 8 years ago
  26. ba59804 WIP: Handle Authentication Failure from MS by Harald Welte · 8 years ago
  27. e819125 SGSN: Integrate basic support for UMTS AKA by Harald Welte · 8 years ago
  28. 8b40987 Introduce subscriber_connection ref-counting by Harald Welte · 8 years ago
  29. f788d93 LLC: Fixup element order in LLC-XID by Philipp · 7 years ago
  30. 2b9c534 abis_om2k: fix typo that declared non-existent struct gsm_bts_trx_s by Neels Hofmeyr · 8 years ago
  31. ce090f8 gsm_subscriber_connection: mark BSC specific items by Neels Hofmeyr · 8 years ago
  32. 50669be osmo-nitb: exit when MNCC socket init failed by Neels Hofmeyr · 8 years ago
  33. 42eb014 split subscr_con_allocate()/_free() in bsc_ and msc_ by Neels Hofmeyr · 8 years ago
  34. 640b794 move to libcommon-cs: net timezone VTY config by Neels Hofmeyr · 8 years ago
  35. 7398395 Move timezone settings up to network level by Neels Hofmeyr · 8 years ago
  36. 1a60644 reinvent connection_for_subscr() and move to libmsc by Neels Hofmeyr · 8 years ago
  37. ea11bf8 bsc vty: rename show_net_cmd to bsc_show_net_cmd by Neels Hofmeyr · 8 years ago
  38. 06d39fd move to libcommon-cs: network VTY that isn't BSC-specific by Neels Hofmeyr · 8 years ago
  39. b90eabf move to libcommon-cs: global vty gsm_network pointer by Neels Hofmeyr · 8 years ago
  40. 2c05f75 global gsm_network: move allocation further up by Neels Hofmeyr · 8 years ago
  41. e235441 split bsc_bootstrap_network() in alloc and config by Neels Hofmeyr · 8 years ago
  42. 6a36605 tests: drop unused libmsc, unneeded duplicate libbsc linking by Neels Hofmeyr · 8 years ago
  43. 05667a0 sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counter by Neels Hofmeyr · 8 years ago
  44. ac1f143 factor out & introduce struct gsm_encr, in common_cs.h by Neels Hofmeyr · 8 years ago
  45. 43273c6 factor out gen of USSD notify and release complete to libosmocore by Neels Hofmeyr · 8 years ago
  46. eb52aad IuPS: properly update ra_id on GMM Attach Request by Neels Hofmeyr · 8 years ago
  47. 143a274 sndcp: fixup for coverity scan defect CID 149097 by Philipp · 8 years ago
  48. 4874361 bsc_msc.c: Check setsockopt() return value by Harald Welte · 8 years ago
  49. be67050 abis_nm: ceck fseek() return code in is_last_line() by Harald Welte · 8 years ago
  50. 3c165d0 ipaccess-proxy: Check setsockopt() return value by Harald Welte · 8 years ago
  51. 54f44ec ipaccess-config: Handle setsockopt return value by Harald Welte · 8 years ago
  52. 18712f0 Fix possible non-null-terminated buffer by Harald Welte · 8 years ago
  53. 96df077 libmsc/db: avoid subscr->name without terminating NULL char by Harald Welte · 8 years ago
  54. b0993e6 abis_nm: Fix non-null terminated buffer by Harald Welte · 8 years ago
  55. 7b6bae6 abis_nm: Fix possible not-null-terminated buffer by Harald Welte · 8 years ago
  56. 28f637e move to libcommon-cs: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej() by Neels Hofmeyr · 8 years ago
  57. e78ae21 move to libcommon-cs: net init 3: actual move by Neels Hofmeyr · 8 years ago
  58. 2d521a0 move to libcommon-cs: net init 2: move bsc_network_init decl to new .h by Neels Hofmeyr · 8 years ago
  59. 27681a3 move to libcommon-cs: net init 1: rename to bsc_network_init by Neels Hofmeyr · 8 years ago
  60. 402006d define mncc_recv_cb_t to avoid code dup by Neels Hofmeyr · 8 years ago
  61. c69ee85 Add empty libcommon-cs by Neels Hofmeyr · 8 years ago
  62. 16606c9 Add support for pdpctx_timer_stop by Pravin Kumarvel · 8 years ago
  63. 5085e0b ussd: Add band-aid for interrogationSS by Holger Hans Peter Freyther · 8 years ago
  64. 26f6ced Correct Logging macro for pdpctx_timer_start by Pravin Kumarvel · 8 years ago
  65. 80ccb95 OM2000: Fix missing dynamic TCH initialization by Harald Welte · 8 years ago
  66. 96638d1 OM2000: Add three IEs to TCH activation about which we have no clue by Harald Welte · 8 years ago
  67. 309425e rsl: support for ericssons propritary SI13 format by Philipp · 8 years ago
  68. 38cba5a OM2000: Fixup based on Coverity Scan suggestion by Philipp · 8 years ago
  69. fb89b9b rbs2000: Add missing bts feature definitions by Philipp · 8 years ago
  70. c04c6ed abisip-find: use protocol constant by Max · 8 years ago
  71. 7d30935 SNDCP: Fixup based on Coverity Scan suggestion by Philipp · 8 years ago
  72. bb42eee test/gbproxy: Test for possible memory corruption when link_info is freed by Daniel Willmann · 8 years ago
  73. beade31 gbproxy: Check whether gbproxy_update_link_state_after() deletes the link_info by Daniel Willmann · 8 years ago
  74. 58273f4 OM2000: CON MO: Allow larger range for CCP and CI values by Harald Welte · 8 years ago
  75. eae6829 Support configuration of CON MO Groups/Paths from VTY by Harald Welte · 8 years ago
  76. fe7be8d RBS2000: Ensure the is-connection-list command is only used on RBS2000 by Harald Welte · 8 years ago
  77. c1efa67 RBS2000: Avoid segfault if ts->lapd instance doesn't exist by Harald Welte · 8 years ago
  78. dfe48fd bs11_config: remove compiler waring about unused variable by Harald Welte · 8 years ago
  79. af9a9b0 talloc_cxt: Fix compiler warning / missing #include by Harald Welte · 8 years ago
  80. 87ef68e OM2000: disallow ip.access style TCH/F_PDCH pchan type by Neels Hofmeyr · 8 years ago
  81. f926f45 OM2000: for TS conf of dyn TS, always send TCH/F chan comb by Neels Hofmeyr · 8 years ago
  82. 194b4cb fix use after free in bsc_config_free by Neels Hofmeyr · 8 years ago
  83. b4ecc1d OM2000: Throw error when MO can not be enabled by Philipp · 8 years ago
  84. 6bbcfbb om2000: added support for ericssons sabm negotiation by Philipp · 8 years ago
  85. 8136e4b OM2000: Add fault report parsing by Philipp · 8 years ago
  86. 7975ddf RBS2000: re-establish any lost signalling links by Harald Welte · 8 years ago
  87. 4579978 om2000: Add support for querying RBS capabilities by root · 8 years ago
  88. 46edbc4 lchan: Release channel in case of late activation ack by Holger Hans Peter Freyther · 8 years ago
  89. 686f4d6 SGSN: Use dummy all-zero MSISDN value in PDP Context Act on GTP by Harald Welte · 8 years ago
  90. 424656e OM2000: Fix state machien for CF/TRXC on START Result by Harald Welte · 8 years ago
  91. 591e1d7 WIP: OM2000: Full state machine implementation using osmo_fsm by Harald Welte · 8 years ago
  92. b748012 bsc_vty: include dyn TS info in vty show lchan by Neels Hofmeyr · 8 years ago
  93. 350f93e log: count_codecs(): drop logging of non-TCH lchan types by Neels Hofmeyr · 8 years ago
  94. 0c566a4 mncc_builtin: Properly reject DTMF by Harald Welte · 8 years ago lynxis/master
  95. 5e5d94c Cosmetic: Add missing switch to usage help by Philipp · 8 years ago
  96. d37981e gsm0408: Adding log output for 3g specific RR messages by Philipp · 8 years ago
  97. b4cb838 OML: Improve OML attribute handling by Philipp · 8 years ago
  98. 05adbdc Decrease count_codecs logging verbosity by Max · 8 years ago
  99. 87c0056 info log: iu: add line break to and tweak rx RAB Ass Resp log by Neels Hofmeyr · 8 years ago
  100. ae9beda sndcp: Fixups for sndcp layer based on coverity-scan suggestions by Philipp · 8 years ago