1. ac85b34 lchan_fsm: split off lchan_rtp_fsm, establish RTP a bit earlier by Neels Hofmeyr · 6 years ago
  2. 31f525e large refactoring: use FSMs for lchans; add inter-BSC HO by Neels Hofmeyr · 6 years ago
  3. 596c402 add gsm_timers, for Tnnn definitions usable by FSMs by Neels Hofmeyr · 6 years ago
  4. 6242742 rename gsm_04_08_utils.[hc] to gsm_04_08_rr by Neels Hofmeyr · 6 years ago
  5. 19bed23 inter-BSC HO: add neighbor_ident API to manage neighbor-BSS-cells by Neels Hofmeyr · 7 years ago
  6. 844876f codec_pref: move match_codec_pref() to separate c-file and add unit-test by Philipp Maier · 6 years ago
  7. 958f259 dissolve libbsc: move all to src/osmo-bsc, link .o files by Neels Hofmeyr · 6 years ago
  8. c997ceb Add initial 3GPP LCLS support to OsmoBSC by Harald Welte · 6 years ago
  9. 68e4be9 Remove 'struct bsc_msc_connection' + fix IPA-encapsulated CTRL by Harald Welte · 6 years ago
  10. 1c9b8b1 remove remaining bits of osmo-bsc_nat by Harald Welte · 6 years ago
  11. 3561bd4 introduce an osmo_fsm for gsm_subscriber_connection by Harald Welte · 7 years ago
  12. 6442e43 Add support for Access Control Class ramping. by Stefan Sperling · 7 years ago
  13. 909e972 HO: Implement load based handover, as handover_decision_2.c by Neels Hofmeyr · 7 years ago
  14. cbdfb78 HO: move penalty timers to own file as proper API by Neels Hofmeyr · 7 years ago
  15. 28838e9 drop unused common.h by Neels Hofmeyr · 7 years ago
  16. d23ce86 drop libcommon-cs completely by Neels Hofmeyr · 7 years ago
  17. 1048516 libcommon: join gsm_data_shared.* into gsm_data.* by Neels Hofmeyr · 7 years ago
  18. 978f58c libcommon: eliminate socket.c by Neels Hofmeyr · 7 years ago
  19. e25018b HO prep: introduce per-BTS handover config, with defaults on net node by Neels Hofmeyr · 7 years ago
  20. faacb09 Remove unused RRLP options/codec by Harald Welte · 7 years ago
  21. d9956d9 Remove dead code left over from NITB split by Harald Welte · 7 years ago
  22. c87dc3e cosmetic: drop unused include by Max · 7 years ago
  23. 39c609b mgcp: use osmo-mgw to switch RTP streams by Philipp Maier · 7 years ago
  24. 9cc7044 Further cleanup leftovers from BSC/MSC split by Max · 7 years ago
  25. c016479 move include/openbsc to include/osmocom/bsc by Neels Hofmeyr · 7 years ago[Renamed from include/openbsc/Makefile.am]
  26. 7b65688 split off osmo-bsc: remove files, apply build by Neels Hofmeyr · 7 years ago
  27. becfc4c move to osmo-mgw.git: osmo-bsc_mgcp and libmgcp as libosmo-legacy-mgcp by Neels Hofmeyr · 7 years ago
  28. eb228bd move libiu to osmo-iuh/libosmo-ranap by Neels Hofmeyr · 7 years ago
  29. 39f62bb Implement AoIP, port to M3UA SIGTRAN (large addition and refactoring) by Philipp Maier · 7 years ago
  30. 7f51511 Support for TS 04.14 conformance test commands by Harald Welte · 7 years ago
  31. c29505e Implement IuCS (large refactoring and addition) by Neels Hofmeyr · 8 years ago
  32. ce4d88b mscsplit: various preparations to separate MSC from BSC by Neels Hofmeyr · 7 years ago
  33. a43e0b4 Use libvlr in libmsc (large refactoring) by Harald Welte · 8 years ago
  34. 774a2a7 Add libvlr implementation by Harald Welte · 8 years ago
  35. 218e4b4 move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/include/openbsc/Makefile.am]
  36. b4999b6 pcu_sock: add basic pcu interface support by Philipp Maier · 8 years ago
  37. 9f77d7b fix '/include/openbsc ' to have no trailing space by Neels Hofmeyr · 7 years ago
  38. 6d804b1 add struct bsc_subscr, separating libbsc from gsm_subscriber by Neels Hofmeyr · 8 years ago
  39. 0e5d807 add struct gprs_subscr, separating gprs from gsm_subscriber by Neels Hofmeyr · 8 years ago
  40. a42855f cosmetic: rename osmo_msc_data.h to bsc_msc_data.h by Neels Hofmeyr · 8 years ago
  41. 11ecc93 rename oap.h to oap_client.h by Neels Hofmeyr · 8 years ago
  42. 736474c move OAP messages implementations to libosmocore by Harald Welte · 8 years ago
  43. eaaee92 rename gprs_gsup_client.h to gsup_client.h by Neels Hofmeyr · 8 years ago
  44. 2d521a0 move to libcommon-cs: net init 2: move bsc_network_init decl to new .h by Neels Hofmeyr · 8 years ago
  45. c69ee85 Add empty libcommon-cs by Neels Hofmeyr · 8 years ago
  46. b4cb838 OML: Improve OML attribute handling by Philipp · 8 years ago
  47. 73f83d5 SNDCP: add V.42bis data compression functionality by Philipp · 8 years ago
  48. d8b4577 V.42bis: integration and unit test by Philipp · 8 years ago
  49. f1f3436 SNDCP: add RFC1144 header compression functionality by Philipp · 8 years ago
  50. 2c7f837 RFC1144: integration and unit-test by Philipp · 8 years ago
  51. 22611be SNDCP: add SNDCP-XID encoder/decoder and unit test by Philipp · 8 years ago
  52. 7b6673f Consistenly format variables in */Makefile.am files by Alexander Huemer · 8 years ago
  53. bfa8878 add libiu by Neels Hofmeyr · 8 years ago
  54. 3ec03d5 Moving grs_sndcp.h header file to include by Philipp · 8 years ago
  55. a536fc6 Adding LLC-XID encoder / decoder and unit test by Philipp · 8 years ago
  56. 23d77d5 Move osmo_gsup_messages.[ch] to libosmocore by Harald Welte · 8 years ago
  57. 50f1c0a move utils.h functions to libosmocore by Harald Welte · 8 years ago
  58. 28903a9 Rename gprs_gsup_* to osmo_gsup_* by Harald Welte · 8 years ago
  59. 53373bc move gsm_04_08_gprs.h to libosmocore by Harald Welte · 8 years ago
  60. 1b9c815 gtp: Fix Makefile.am so maybe distcheck is now going to work by Holger Hans Peter Freyther · 9 years ago
  61. c8a614d Add GTP hub initial code base. by Neels Hofmeyr · 9 years ago
  62. d739f09 oap: implement initial OAP API. by Neels Hofmeyr · 9 years ago
  63. d48f057 libcommon: soak up three static functions. by Neels Hofmeyr · 9 years ago
  64. 973dbae filter: Move the method definition to the filter module by Holger Hans Peter Freyther · 9 years ago
  65. d0e171a rtp: Use osmocom/netif/rtp.h for the rtp structure definition by Holger Hans Peter Freyther · 10 years ago
  66. bb23dc1 gprs: Add GSUP client by Jacob Erlbeck · 10 years ago
  67. f3a271f gprs: Add encoder/decoder for the Subscriber Update Protocol by Jacob Erlbeck · 10 years ago
  68. b4771a6 Initial support for export + curses-visualization of measurements by Harald Welte · 12 years ago
  69. 7b1d25a Fix most compiler warnings with gcc-4.9.2 by Harald Welte · 10 years ago
  70. a4faeb1 gprs: Attempt to fix distcheck by adding the header file by Holger Hans Peter Freyther · 10 years ago
  71. d2eb5e9 fix missing '\' at end of line in Makefile.am by Harald Welte · 10 years ago
  72. ba874b8 move libctrl from openbsc to libosmoctrl (libosmocore.git) by Harald Welte · 10 years ago
  73. 7127b02 gprs: Create a gprs_utils file and move to be shared code in there by Holger Hans Peter Freyther · 10 years ago
  74. 983c991 rtp: Share the rtp header between the proxy and the mgcp code by Holger Hans Peter Freyther · 10 years ago
  75. 909fac6 mgcp: Move transcoding to libmgcp by Jacob Erlbeck · 10 years ago
  76. cab6e75 mgcp: add voice muxer support by Pablo Neira Ayuso · 11 years ago
  77. cb78612 nat: Fix make distcheck for the nat by Holger Hans Peter Freyther · 11 years ago
  78. 85d3b34 nat: Introduce a prefix lookup tree (trie) for number rewriting by Holger Hans Peter Freyther · 11 years ago
  79. 511f9c3 si: Partially implement the range encoding for the SI. by Holger Hans Peter Freyther · 12 years ago
  80. ea34a4e split libgb into a separate library for outside use by Harald Welte · 12 years ago
  81. a62b247 add missing include files to noinst_HEADERS to make distcheck work by Harald Welte · 13 years ago
  82. ab386e6 Add VTY command to specify default speech codec by Harald Welte · 13 years ago
  83. 90dc467 add missing ipaccess.h to Makefile.am by Harald Welte · 13 years ago
  84. bc56b0b add control_cmd.h to Makefile.am by Harald Welte · 13 years ago
  85. ed5cacb src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago openbsc/0.9.15
  86. 6be350c split gsm_data.h in gsm_data_shared.h and gsm_data.h by Harald Welte · 13 years ago
  87. 0d2881a bsc: on-demand setup of nanoBTS and HSL femto sockets by Pablo Neira Ayuso · 13 years ago
  88. 955c3d1 misc: Fix the make distcheck of the sources. by Holger Hans Peter Freyther · 14 years ago openbsc/0.9.12
  89. 11b28f9 sms: Introduce a SMS queue that will be responsible for delivery by Holger Hans Peter Freyther · 14 years ago
  90. bd76fab bsc: Add the osmo_bsc_grace from the on-waves/bsc-master branch by Holger Hans Peter Freyther · 14 years ago
  91. 3e8e046 bsc: Create struct osmo_msc_data to hold MSC information, handle signals by Holger Hans Peter Freyther · 14 years ago
  92. c2b31ed nat: Fix compilation with nat not being enabled. by Holger Hans Peter Freyther · 14 years ago
  93. 549faad move ip.access netowrk listen (NWL) to network_listen.c by Harald Welte · 15 years ago
  94. 4f448c9 bsc: Add header file for the true BSC API. by Holger Hans Peter Freyther · 14 years ago
  95. 2f4dbeb osmo-bsc: Start adding code for the osmo_bsc.. by Holger Hans Peter Freyther · 14 years ago
  96. 28e2988 nat: Add the OSMO NAT to the build process. by Holger Hans Peter Freyther · 14 years ago
  97. 43b0909 bsc_api: Create osmo_msc, and initialize the MSC API in the bsc_init. by Holger Hans Peter Freyther · 14 years ago
  98. d04b9ed auth: Add missing include/auth.h by Sylvain Munaut · 14 years ago
  99. 7ae3f6c add gprs_ns_frgre.h to Makefile.am by Harald Welte · 14 years ago
  100. 4b037e4 Migrate VTY code to libosmovty by Harald Welte · 14 years ago