1. 2136f52 Add .gitreview by Oliver Smith · 6 years ago
  2. 2c6a55b fix osmo-uninstall.sh: do not clear the entire pkgconfig by Neels Hofmeyr · 6 years ago
  3. a61b922 drop mgw endpoint-range by Neels Hofmeyr · 6 years ago
  4. c3adf3e readme on osmo-trx and address sanitizer by Neels Hofmeyr · 6 years ago
  5. a4fefee gen_makefile: add *.tpl to dependency file list by Neels Hofmeyr · 6 years ago
  6. 6257d9e gen_makefile: fix dependency file list by Neels Hofmeyr · 6 years ago
  7. 24ddf9c run.sh: more userfriendly "stale configs" message by Oliver Smith · 6 years ago
  8. 0a5dd92 net/tmpl_std: add Makefile for 'make regen' by Oliver Smith · 6 years ago
  9. 8d86dba net: enable saving IMEI in HLR by default by Oliver Smith · 6 years ago
  10. 5467ef9 run.sh: run osmo-hlr with --db-upgrade by Oliver Smith · 6 years ago
  11. e7cb4a5 fill_config: fix multiple command expansions by Neels Hofmeyr · 6 years ago
  12. 3c09345 fill_config: tweak for_each error message by Neels Hofmeyr · 6 years ago
  13. ae79f4b gits: fix ask_reset_hard_or_push_f(), missing args by Neels Hofmeyr · 6 years ago
  14. 20d95d0 gits: when asking for reset --hard, also offer push -f by Neels Hofmeyr · 6 years ago
  15. dff944b gits: remove code dup: ask_reset_hard() by Neels Hofmeyr · 6 years ago
  16. 68d8f34 gits: use @{u} to get upstream branch, not origin/%s by Neels Hofmeyr · 6 years ago
  17. d63a44c gitignore: add make/ and net/ (with exceptions) by Oliver Smith · 6 years ago
  18. afe5c29 gitignore: update src/ whitelist by Oliver Smith · 6 years ago
  19. 39b19b6 gits: fix git_can_fast_forward: use arg instead of HEAD by Neels Hofmeyr · 6 years ago
  20. 2a30b52 gits: fix MODS marks by timestamp-only changes by Oliver Smith · 6 years ago
  21. 1cbec19 README: explain no_systemd.opts by Neels Hofmeyr · 6 years ago
  22. 7aeaf42 add prefix_usr.opts by Neels Hofmeyr · 6 years ago
  23. 4f06122 fill_config.py: ignore templates starting with 'common_' by Neels Hofmeyr · 6 years ago
  24. 5549ffb fill_config.py: add ${foreach(FOO)} by Neels Hofmeyr · 6 years ago
  25. 01496a8 deps: osmo-msc now needs libosmo-gsup-client from osmo-hlr by Neels Hofmeyr · 6 years ago
  26. b93f504 gits: use git plumbing commands by Oliver Smith · 6 years ago
  27. b459b6c replace src/* git scripts with a single src/gits by Neels Hofmeyr · 6 years ago
  28. 0cbe590 sanitize.opts: add osmo-sip-connector --enable-sanitize by Neels Hofmeyr · 6 years ago
  29. f08745f 2G.deps: add osmo-sip-connector by Neels Hofmeyr · 6 years ago
  30. 80630cf deps: comment out osmo-trx by Neels Hofmeyr · 6 years ago
  31. 3cb0821 deps: osmo-sgsn depends on osmo-hlr's liboso-gsup-client by Pau Espin Pedrol · 6 years ago
  32. 5c882f6 gen_makefile.py: detect changes in cpp files by Oliver Smith · 6 years ago
  33. 9c03290 2G.deps, 3G+2G.deps: add osmo-trx by Oliver Smith · 6 years ago
  34. d9f3d34 support osmo-sip-connector with kamailio by Oliver Smith · 6 years ago
  35. fd7446f fill_config.py: add NET_DIR variable by Oliver Smith · 6 years ago
  36. eee671b add BSC_CODEC_LIST to config by Neels Hofmeyr · 6 years ago
  37. 4d7072c find the terminal once and abort if missing by Oliver Smith · 6 years ago
  38. d865c97 change default of MGW4BSC_PORT to 2427 by Oliver Smith · 6 years ago
  39. b56ce0b 3G+2G.deps: add osmo-sip-connector by Oliver Smith · 6 years ago
  40. b045b53 net/tmpl_std: msc: iu: use X.213 NSAP for nano3G by Neels Hofmeyr · 6 years ago
  41. cae6585 add common_bsc_logging for less debug logs by Neels Hofmeyr · 6 years ago
  42. 9bd6241 common_logging: use 'logging set-all' to not force debug by Neels Hofmeyr · 6 years ago
  43. e02e0ae fill_config: resolve relative include paths recursively by Neels Hofmeyr · 6 years ago
  44. ede8016 tmpl_std: run.sh: make 'ip addr add $ip2' optional by Neels Hofmeyr · 6 years ago
  45. dd37c72 tmpl_std: hlr: add *#100#, *#101# by Neels Hofmeyr · 6 years ago
  46. 8051995 common_logging: file basename last by Neels Hofmeyr · 6 years ago
  47. 8d066e8 all-tests.opts: add libosmocore external-tests by Neels Hofmeyr · 6 years ago
  48. 19d8a0d add no_systemd.opts by Neels Hofmeyr · 6 years ago
  49. d924e33 fill_config.py: fix missing config file error msg by Neels Hofmeyr · 6 years ago
  50. a007eaa gen_makefile: add ALL config opts keyword by Neels Hofmeyr · 6 years ago
  51. 6d16ae9 gen_makefile: mark project name as phony target by Neels Hofmeyr · 6 years ago
  52. f6078c4 gen_makefile: add --no-make-check by Neels Hofmeyr · 6 years ago
  53. 5a9bf17 tweak readme by Neels Hofmeyr · 6 years ago
  54. 57e4288 include cfg.sh,stale_config.sh in fill_config.py by Neels Hofmeyr · 6 years ago
  55. 3178290 net: make more items configurable from config file by Neels Hofmeyr · 6 years ago
  56. 697a617 add template-configs, script to launch network by Neels Hofmeyr · 6 years ago
  57. 693355e e: rewrite in python for proper arg handling by Neels Hofmeyr · 6 years ago
  58. 7bd5c31 sync before touching .make.* files by Neels Hofmeyr · 6 years ago
  59. 2e65707 gen_makefile.py: libsmpp34 can build in parallel now by Neels Hofmeyr · 6 years ago
  60. 8b5d6a9 add openbsc.deps to allow building legacy openbsc.git as well by Neels Hofmeyr · 6 years ago
  61. 453004b fix some deps: sgsn->ggsn and msc->libsmpp34 by Neels Hofmeyr · 6 years ago
  62. 1fa9b29 rm .version with -f by Neels Hofmeyr · 6 years ago
  63. 4d38c1e add reinstall by Neels Hofmeyr · 6 years ago
  64. 0d3ff73 fix 2G.deps: missing deps for osmo-msc by Neels Hofmeyr · 6 years ago
  65. 29fde6f gen_makefile: accomodate openbsc's extra subdir by Neels Hofmeyr · 6 years ago
  66. 972c294 gen_makefile: fix empty push-url for 'make regen' by Neels Hofmeyr · 7 years ago
  67. 1b0d34f produced Makfile: add all_debug target to see rebuild reasons by Neels Hofmeyr · 7 years ago
  68. 4f81d9e add werror.opts using 'configure --enable-werror' by Neels Hofmeyr · 7 years ago
  69. 28d4be5 gen_makefile: add --push-url option by Neels Hofmeyr · 7 years ago
  70. d313c72 s: auto fast forward, commit local mods first by Neels Hofmeyr · 7 years ago
  71. 2535a26 gen_makefile: add example to end of --help by Neels Hofmeyr · 7 years ago
  72. 569f8ff readme: add quick start section by Neels Hofmeyr · 7 years ago
  73. 367cb97 gen_makefile: be less aggressive on rebuilding everything on edits by Neels Hofmeyr · 7 years ago
  74. 015f301 tweak README by Neels Hofmeyr · 7 years ago
  75. 461c3bd call 'sudo ldconfig' by default, allow configuring 'sudo make install' by Neels Hofmeyr · 7 years ago
  76. bffdc30 set default URL to git.osmocom.org by Neels Hofmeyr · 7 years ago
  77. 9f7ac17 default.opts: drop obsolete configure options for osmo-bsc by Neels Hofmeyr · 7 years ago
  78. 9316ee7 g: use python to pass args transparently by Neels Hofmeyr · 7 years ago
  79. a19ed1f add sanitize.opts by Neels Hofmeyr · 7 years ago
  80. 7f586cf drop .version on autoconf step by Neels Hofmeyr · 7 years ago
  81. d805538 add compile_warnings_as_errors.opts by Neels Hofmeyr · 7 years ago
  82. a0ccef3 README: add deps link and env vars hint by Neels Hofmeyr · 7 years ago
  83. df8bb29 all-tests.opts: add osmo-mgw, osmo-hlr external tests by Neels Hofmeyr · 7 years ago
  84. 00e6a57 tweak README by Neels Hofmeyr · 7 years ago
  85. 41c369c git_branch_summary: use utf-8 for 'git branch -vv' output by Neels Hofmeyr · 7 years ago
  86. 1c1e4d2 gen_makefile: improve detect-edits dependency by Neels Hofmeyr · 7 years ago
  87. 8d73b39 2G deps: add missing dep sgsn -> sccp by Neels Hofmeyr · 7 years ago
  88. 956c732 use osmo-ggsn.git, no longer openggsn by Neels Hofmeyr · 7 years ago
  89. 95ea8ec Revert "move iu.opts to no-iu.opts, change to --disable-iu" by Neels Hofmeyr · 7 years ago
  90. f927c6f git_branch_summary.py: add usage, make py3 compatible by Neels Hofmeyr · 7 years ago
  91. f6402d8 add fetch-gerrit-patch.sh, tweak READMEs by Neels Hofmeyr · 7 years ago
  92. d3707d0 move iu.opts to no-iu.opts, change to --disable-iu by Neels Hofmeyr · 7 years ago
  93. 8bf0339 add osmo-add-gerrit-hooks.sh by Neels Hofmeyr · 7 years ago
  94. 3f93412 gen_makefile: provide project target by name by Neels Hofmeyr · 7 years ago
  95. 277f479 gen_makefile: provide overall 'clean' target by Neels Hofmeyr · 7 years ago
  96. 375ac73 add 2G.deps by Neels Hofmeyr · 7 years ago
  97. 2509d09 gen_makefile: tweak edit detector by Neels Hofmeyr · 7 years ago
  98. feed50b add all-tests.opts, including vty tests, drop external-tests.opts by Neels Hofmeyr · 7 years ago
  99. feeedad add osmo-uninstall.sh by Neels Hofmeyr · 7 years ago
  100. 38c213f fix transcoding.opts: osmo-bsc also needs it ATM by Neels Hofmeyr · 7 years ago