1. 697ed2b [vty] Allow to set the RACH NM attributes on a per BTS basis by Holger Hans Peter Freyther · 14 years ago
  2. a77a820 Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  3. 3067d72 [sccp] Parse the error message and add a unit test for it. by Holger Hans Peter Freyther · 14 years ago
  4. 1bf25ae Merge branch 'on-waves/mgcp' by Holger Hans Peter Freyther · 14 years ago
  5. b689426 [mgcp] Add a dummy send method... by Holger Hans Peter Freyther · 14 years ago
  6. cb20b7a GPRS: change 'gprs enabled <0-1>' to 'gprs mode (none|gprs|egprs)' by Harald Welte · 14 years ago
  7. 3ce9a0d GPRS: Add Support for the GPRS Cell Option Extension Info IE by Harald Welte · 14 years ago
  8. 3e09b3f [statistics] Keep track of OML/RSL failures of the BTS. by Holger Hans Peter Freyther · 14 years ago
  9. 27942e9 [statistics] Keep track of rf failures and rll release failures by Holger Hans Peter Freyther · 14 years ago
  10. e789b21 [vty] Separate BSC and MSC statistics. Make it easy to print them. by Holger Hans Peter Freyther · 14 years ago
  11. 5a8b2b4 [bsc_init] When the RSL/OML connection drops, free all lchans by Holger Hans Peter Freyther · 14 years ago
  12. b19851b [ipa] Handle losing the RSL/OML connection.. by Holger Hans Peter Freyther · 14 years ago
  13. 1338a55 ipaccess: Send RTP Payload IE for CRCX & MDCX by Sylvain Munaut · 15 years ago
  14. 68914a0 [rsl] Introduce a method to set the state of the lchan by Holger Hans Peter Freyther · 14 years ago
  15. 8c6106f [rsl] Remove method that is not called by anything. by Holger Hans Peter Freyther · 14 years ago
  16. 5ded191 [paging] Simplify the last request and treat llist as a queue by Holger Hans Peter Freyther · 14 years ago
  17. 9bed9b6 Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  18. cd6516d Merge branch 'on-waves/mgcp' by Holger Hans Peter Freyther · 14 years ago
  19. dd67a3b [mgcp] Add an option to allow using reallocing an endpoint by Holger Hans Peter Freyther · 14 years ago
  20. 6de5b11 [mgcp] Count incoming RTP packets from the BTS and remote by Holger Hans Peter Freyther · 14 years ago
  21. b70d45b [vty] Move the VTY logging commands to a new file by Holger Hans Peter Freyther · 14 years ago
  22. 9635463 [mgcp] Export header parsing via mgcp internal by Holger Hans Peter Freyther · 14 years ago
  23. 19ff679 [mgcp] Add a new config option to set the call agent ip addr by Holger Hans Peter Freyther · 14 years ago
  24. b4434a9 [mgcp] Add a helper function to convert from GSM0808 ts/mux to MGCP endpoint by Holger Hans Peter Freyther · 14 years ago
  25. d60c6e5 [mgcp] Add some parsing for RSIP messages coming in by Holger Hans Peter Freyther · 14 years ago
  26. f8f1fda [mgcp] Remove the sending of RSIP by Holger Hans Peter Freyther · 14 years ago
  27. c07274e [sccp] Add a force_free method for connections by Holger Hans Peter Freyther · 14 years ago
  28. a758838 remove gsm48_mi_to_string() as it is now in libosmocore 0.1.3 by Harald Welte · 14 years ago
  29. 8f72544 chan_alloc: Support allocating TCH/F of a dynamic TCH/F + PDCH by Harald Welte · 14 years ago
  30. 2b36152 RSL: keep track of ip.access dynamic TCH/PDCH activation by Harald Welte · 14 years ago
  31. 51d2a59 move log/debug codebase to libosmocore by Harald Welte · 14 years ago
  32. 9f2f471 sccp: Change the ownership of the msgb passed to the callback by Holger Hans Peter Freyther · 14 years ago
  33. 082ec46 db: Fix a bug where no pending SMS were found by Holger Hans Peter Freyther · 14 years ago
  34. e978184 Store the GSM BTS in the gsm subscriber connection by Holger Hans Peter Freyther · 14 years ago
  35. 7cdff24 bsc: Start creating 08.08 like API by Holger Hans Peter Freyther · 14 years ago
  36. 40772ef sms: First run of removing lchan usage from MSC code paths. by Holger Hans Peter Freyther · 14 years ago
  37. 4009da4 lchan: Change transaction to work on the GSM Subscriber Connection by Holger Hans Peter Freyther · 14 years ago
  38. 065b811 lchan: Create a structure for MSC data of the lchan by Holger Hans Peter Freyther · 14 years ago
  39. 4a048c5 GPRS: make NSEI configurable from VTY by Harald Welte · 14 years ago
  40. 410575a GPRS: make NSVC parameters VTY-configurable by Harald Welte · 14 years ago
  41. 3055e33 Create new gprs-conf branch with the non-SGSN part of the gprs branch by Harald Welte · 14 years ago
  42. c6f57c5 ipa-firmware: Write the firmware parts to a file by Holger Hans Peter Freyther · 14 years ago
  43. 5a67002 ipa-firmware: Remove the part_length from the struct sdp_firmware by Holger Hans Peter Freyther · 14 years ago
  44. fdc93d9 move large parts of mncc.h and gsm48 encode/decode into libosmocore by Harald Welte · 14 years ago
  45. a24581f decleare gsm_bts_model_register() by Harald Welte · 14 years ago
  46. d8493ac move some gsm48 utility functions to libosmocore by Harald Welte · 14 years ago
  47. 705f294 remove gsm04.08 utility code that has been moved to libosmocore by Harald Welte · 14 years ago
  48. 1fa8bac value_string functions and some RSL related stuff has moved to libosmocore by Harald Welte · 14 years ago
  49. f41fb1f Merge remote branch 'origin/master' into on-waves/mgcp by Holger Hans Peter Freyther · 14 years ago
  50. 001dc61 [mgcp] Keep track of the local and remote RTP payload type by Holger Hans Peter Freyther · 14 years ago
  51. 7a8ff2a [mgcp] Introduce a policy CB for the MGCP protocol by Holger Hans Peter Freyther · 14 years ago
  52. 64dcbe2 [mgcp] Add a method to free the endpoint. by Holger Hans Peter Freyther · 14 years ago
  53. 94c9b64 [mgcp] Make the creation of the mgcp message public. by Holger Hans Peter Freyther · 14 years ago
  54. 6f38c06 [mgcp] Move away from global variables and split out VTY code by Holger Hans Peter Freyther · 14 years ago
  55. 7bc410d move GSM protocol definitions to include/osmocore/protocol/* by Harald Welte · 14 years ago
  56. 9c38ed6 finish openbsc / libosmocore separation by Harald Welte · 14 years ago
  57. f4625b1 split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  58. b456f07 Install gsm_04_08.h and required headers into a openbsc/ by Holger Hans Peter Freyther · 14 years ago
  59. cadb35a Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  60. df6d2a5 [sccp] Make the bitfields work on big endian machines too by Holger Hans Peter Freyther · 14 years ago
  61. 88c2209 Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  62. 7f301de [sccp] Make the file includable outside of OpenBSC by Holger Hans Peter Freyther · 14 years ago
  63. b98dff3 Move debug.c into the liblaf0rge1.a too by Holger Hans Peter Freyther · 14 years ago
  64. 4db2213 [sccp] Install the static sccp library and the headers by Holger Hans Peter Freyther · 14 years ago
  65. cd29e45 [msgb] Make it possible to include it directly and from liblaf0rge by Holger Hans Peter Freyther · 14 years ago
  66. ea42941 misc: Include the linuxlist header via a local include by Holger Hans Peter Freyther · 14 years ago
  67. 8715ab5 Create a liblaforge with OpenBSC utility functions to be used for other projects by Holger Hans Peter Freyther · 14 years ago
  68. cdb6c5d [tlv] Implement a variant for the IDTAG list for the IPA by Holger Hans Peter Freyther · 14 years ago
  69. 5932f64 [ipaccess] Make the IPA version of LTV public. by Holger Hans Peter Freyther · 14 years ago
  70. aff3f03 [ipa] Make sending of ID REQ public... by Holger Hans Peter Freyther · 14 years ago
  71. bd85b94 [ipaccess] Create a method to send the ID ACK messages by Holger Hans Peter Freyther · 15 years ago
  72. b63e04d [telnet] Remove ancient #define... by Holger Hans Peter Freyther · 14 years ago
  73. 403fc0b Merge branch 'master' into on-waves/sccp by Holger Hans Peter Freyther · 14 years ago
  74. 276b1df [mgcp] Refer to the right Company in the Copyright/Copyleft line by Holger Hans Peter Freyther · 14 years ago
  75. ad4e339 [mgcp] Make the mgcp_protocol generate a struct msgb* by Holger Hans Peter Freyther · 14 years ago
  76. 25374bd [mgcp] Prepare the in process MGCP handling by adding callbacks by Holger Hans Peter Freyther · 14 years ago
  77. 26143c8 [mgcp] Prepare to do MGCP over TCP and inside the bsc_msc_ip process by Holger Hans Peter Freyther · 14 years ago
  78. 9b51b1b [sccp] Invent new API to be used by the BSC NAT by Holger Hans Peter Freyther · 14 years ago
  79. 481e10b [sccp] Add a utility for the nat.. by Holger Hans Peter Freyther · 15 years ago
  80. 2975453 [gsm48] Allow to send the assignment command on a different lchan by Holger Hans Peter Freyther · 14 years ago
  81. 59698fb [OML] parse attributes depending on BTS type by Harald Welte · 15 years ago
  82. 0a35098 TLV: add function to patch a tlv definition table by Harald Welte · 15 years ago
  83. c985a14 introduce new gsm_bts_trx_by_nr() function by Harald Welte · 15 years ago
  84. f12c105 bis_nm_ipaccess_set_nvattr() executes on a TRX, not a BTS by Harald Welte · 15 years ago
  85. 10b07db [abis_nm] Add abis_nm_bs11_set_pll function to change the set/work value by Daniel Willmann · 15 years ago
  86. bf2ca57 [abis_nm] Add abis_nm_bs11_infield_logon to logon as user field by Daniel Willmann · 15 years ago
  87. cb8f250 [abis_nm] Add generic abis_nm_bs11_logon function by Daniel Willmann · 15 years ago
  88. 4ff936f [signal] Differentiate paging success from expiration in SS_PAGING by Sylvain Munaut · 15 years ago
  89. f3bd354 gsm_data: Move auth related structure earlier by Sylvain Munaut · 15 years ago
  90. 1ebf5ca encryption: Import a GPL comp128 implementation by Sylvain Munaut · 15 years ago
  91. 0789c59 gsm_04_08: Specify key_seq when calling gsm48_tx_mm_auth_req by Sylvain Munaut · 15 years ago
  92. deab241 db: Add methods to set auth{info,tuple} for a subscriber by Sylvain Munaut · 15 years ago
  93. d056655 db: Add declaration for get_auth{info,tuple_for_subscriber by Sylvain Munaut · 15 years ago
  94. c28a5c6 gsm_data: Fix sres to be 4 bytes by Sylvain Munaut · 15 years ago
  95. da87636 db: Add issued/use_count/key_seq fields to AuthTuples by Sylvain Munaut · 15 years ago
  96. ca3e04f abis_nm: Introduce & use a nm_is_running function to test gsm_nm_state by Sylvain Munaut · 15 years ago
  97. 1c378a7 silent_call: Add option to choose channel type by Sylvain Munaut · 15 years ago
  98. f6a38ec introduce and implement silent_call_reroute() and silent_call_rx() by Harald Welte · 15 years ago
  99. 51bd066 keep 'silent call' state in struct lchan by Harald Welte · 15 years ago
  100. 677bb2f [misc] Utilize rf_locking by setting the nm_state.administrative by Holger Hans Peter Freyther · 15 years ago