1. e0ec326 [vty] Separate BSC and MSC statistics. Make it easy to print them. by Holger Hans Peter Freyther · 14 years ago
  2. 135f797 [bsc_init] When the RSL/OML connection drops, free all lchans by Holger Hans Peter Freyther · 14 years ago
  3. 70402a4 [ipa] Handle losing the RSL/OML connection.. by Holger Hans Peter Freyther · 14 years ago
  4. b54dda4 ipaccess: Send RTP Payload IE for CRCX & MDCX by Sylvain Munaut · 15 years ago
  5. 7441949 [rsl] Introduce a method to set the state of the lchan by Holger Hans Peter Freyther · 14 years ago
  6. ccfd572 [rsl] Remove method that is not called by anything. by Holger Hans Peter Freyther · 14 years ago
  7. 754e801 [paging] Simplify the last request and treat llist as a queue by Holger Hans Peter Freyther · 14 years ago
  8. 014136d Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  9. 91b5a31 Merge branch 'on-waves/mgcp' by Holger Hans Peter Freyther · 14 years ago
  10. 408cc4a [mgcp] Add an option to allow using reallocing an endpoint by Holger Hans Peter Freyther · 14 years ago
  11. b4b135e [mgcp] Count incoming RTP packets from the BTS and remote by Holger Hans Peter Freyther · 14 years ago
  12. 3c71232 [vty] Move the VTY logging commands to a new file by Holger Hans Peter Freyther · 14 years ago
  13. f2f1591 [mgcp] Export header parsing via mgcp internal by Holger Hans Peter Freyther · 14 years ago
  14. b79994c [mgcp] Add a new config option to set the call agent ip addr by Holger Hans Peter Freyther · 14 years ago
  15. 616d222 [mgcp] Add a helper function to convert from GSM0808 ts/mux to MGCP endpoint by Holger Hans Peter Freyther · 14 years ago
  16. 9bdcc9c [mgcp] Add some parsing for RSIP messages coming in by Holger Hans Peter Freyther · 14 years ago
  17. 13d67b7 [mgcp] Remove the sending of RSIP by Holger Hans Peter Freyther · 14 years ago
  18. b71517f [sccp] Add a force_free method for connections by Holger Hans Peter Freyther · 14 years ago
  19. ca8d006 remove gsm48_mi_to_string() as it is now in libosmocore 0.1.3 by Harald Welte · 14 years ago
  20. c0d83b0 chan_alloc: Support allocating TCH/F of a dynamic TCH/F + PDCH by Harald Welte · 14 years ago
  21. 4563eab RSL: keep track of ip.access dynamic TCH/PDCH activation by Harald Welte · 14 years ago
  22. dc5062b move log/debug codebase to libosmocore by Harald Welte · 14 years ago
  23. 3c1221e sccp: Change the ownership of the msgb passed to the callback by Holger Hans Peter Freyther · 14 years ago
  24. b464fb4 db: Fix a bug where no pending SMS were found by Holger Hans Peter Freyther · 14 years ago
  25. 18b63f4 Store the GSM BTS in the gsm subscriber connection by Holger Hans Peter Freyther · 14 years ago
  26. ec32b58 bsc: Start creating 08.08 like API by Holger Hans Peter Freyther · 14 years ago
  27. 5179c8e sms: First run of removing lchan usage from MSC code paths. by Holger Hans Peter Freyther · 14 years ago
  28. e95d482 lchan: Change transaction to work on the GSM Subscriber Connection by Holger Hans Peter Freyther · 14 years ago
  29. 68884aa lchan: Create a structure for MSC data of the lchan by Holger Hans Peter Freyther · 14 years ago
  30. a5731cf GPRS: make NSEI configurable from VTY by Harald Welte · 14 years ago
  31. af38763 GPRS: make NSVC parameters VTY-configurable by Harald Welte · 14 years ago
  32. 97a282b Create new gprs-conf branch with the non-SGSN part of the gprs branch by Harald Welte · 14 years ago
  33. 38722cc ipa-firmware: Write the firmware parts to a file by Holger Hans Peter Freyther · 14 years ago
  34. 57e9300 ipa-firmware: Remove the part_length from the struct sdp_firmware by Holger Hans Peter Freyther · 14 years ago
  35. 55c8f35 move large parts of mncc.h and gsm48 encode/decode into libosmocore by Harald Welte · 14 years ago
  36. fbda4e1 decleare gsm_bts_model_register() by Harald Welte · 14 years ago
  37. afedeab move some gsm48 utility functions to libosmocore by Harald Welte · 14 years ago
  38. 474d19f remove gsm04.08 utility code that has been moved to libosmocore by Harald Welte · 14 years ago
  39. 2e411c7 value_string functions and some RSL related stuff has moved to libosmocore by Harald Welte · 14 years ago
  40. 1ebad74 Merge remote branch 'origin/master' into on-waves/mgcp by Holger Hans Peter Freyther · 14 years ago
  41. ef6bb25 [mgcp] Keep track of the local and remote RTP payload type by Holger Hans Peter Freyther · 14 years ago
  42. fe86d3c [mgcp] Introduce a policy CB for the MGCP protocol by Holger Hans Peter Freyther · 14 years ago
  43. 154b955 [mgcp] Add a method to free the endpoint. by Holger Hans Peter Freyther · 14 years ago
  44. 6414a0c [mgcp] Make the creation of the mgcp message public. by Holger Hans Peter Freyther · 14 years ago
  45. 7bdc637 [mgcp] Move away from global variables and split out VTY code by Holger Hans Peter Freyther · 14 years ago
  46. 13f5297 move GSM protocol definitions to include/osmocore/protocol/* by Harald Welte · 14 years ago
  47. f98a497 finish openbsc / libosmocore separation by Harald Welte · 14 years ago
  48. dfe6c7d split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  49. 1fdbf40 Install gsm_04_08.h and required headers into a openbsc/ by Holger Hans Peter Freyther · 14 years ago
  50. 62c87b5 Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  51. b2abbe8 [sccp] Make the bitfields work on big endian machines too by Holger Hans Peter Freyther · 14 years ago
  52. 7184c2d Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  53. 8a69cb2 [sccp] Make the file includable outside of OpenBSC by Holger Hans Peter Freyther · 14 years ago
  54. c64d9f7 Move debug.c into the liblaf0rge1.a too by Holger Hans Peter Freyther · 14 years ago
  55. 5e6f52f [sccp] Install the static sccp library and the headers by Holger Hans Peter Freyther · 14 years ago
  56. 6d89dac [msgb] Make it possible to include it directly and from liblaf0rge by Holger Hans Peter Freyther · 14 years ago
  57. 245d17b misc: Include the linuxlist header via a local include by Holger Hans Peter Freyther · 14 years ago
  58. a49ffb4 Create a liblaforge with OpenBSC utility functions to be used for other projects by Holger Hans Peter Freyther · 14 years ago
  59. 701d175 [tlv] Implement a variant for the IDTAG list for the IPA by Holger Hans Peter Freyther · 14 years ago
  60. d3d5be1 [ipaccess] Make the IPA version of LTV public. by Holger Hans Peter Freyther · 14 years ago
  61. 3bc856b [ipa] Make sending of ID REQ public... by Holger Hans Peter Freyther · 14 years ago
  62. 301e628 [ipaccess] Create a method to send the ID ACK messages by Holger Hans Peter Freyther · 14 years ago
  63. f5b36ca [telnet] Remove ancient #define... by Holger Hans Peter Freyther · 14 years ago
  64. 67f5003 Merge branch 'master' into on-waves/sccp by Holger Hans Peter Freyther · 14 years ago
  65. 92026f1 [mgcp] Refer to the right Company in the Copyright/Copyleft line by Holger Hans Peter Freyther · 14 years ago
  66. 62e836c [mgcp] Make the mgcp_protocol generate a struct msgb* by Holger Hans Peter Freyther · 14 years ago
  67. 77f7afe [mgcp] Prepare the in process MGCP handling by adding callbacks by Holger Hans Peter Freyther · 14 years ago
  68. e095502 [mgcp] Prepare to do MGCP over TCP and inside the bsc_msc_ip process by Holger Hans Peter Freyther · 14 years ago
  69. 82da7fc [sccp] Invent new API to be used by the BSC NAT by Holger Hans Peter Freyther · 14 years ago
  70. a692fbc [sccp] Add a utility for the nat.. by Holger Hans Peter Freyther · 14 years ago
  71. 550197f [gsm48] Allow to send the assignment command on a different lchan by Holger Hans Peter Freyther · 14 years ago
  72. 39315c4 [OML] parse attributes depending on BTS type by Harald Welte · 14 years ago
  73. 5078148 TLV: add function to patch a tlv definition table by Harald Welte · 14 years ago
  74. 6e670aa introduce new gsm_bts_trx_by_nr() function by Harald Welte · 14 years ago
  75. 2ef156d bis_nm_ipaccess_set_nvattr() executes on a TRX, not a BTS by Harald Welte · 14 years ago
  76. 7b1dd74 [abis_nm] Add abis_nm_bs11_set_pll function to change the set/work value by Daniel Willmann · 14 years ago
  77. 4b054c8 [abis_nm] Add abis_nm_bs11_infield_logon to logon as user field by Daniel Willmann · 14 years ago
  78. 493db4e [abis_nm] Add generic abis_nm_bs11_logon function by Daniel Willmann · 14 years ago
  79. ef24dff [signal] Differentiate paging success from expiration in SS_PAGING by Sylvain Munaut · 15 years ago
  80. 4719307 gsm_data: Move auth related structure earlier by Sylvain Munaut · 15 years ago
  81. d7c9e5c encryption: Import a GPL comp128 implementation by Sylvain Munaut · 15 years ago
  82. bd55a6d gsm_04_08: Specify key_seq when calling gsm48_tx_mm_auth_req by Sylvain Munaut · 15 years ago
  83. 062d5ef db: Add methods to set auth{info,tuple} for a subscriber by Sylvain Munaut · 15 years ago
  84. c5f488b db: Add declaration for get_auth{info,tuple_for_subscriber by Sylvain Munaut · 15 years ago
  85. c863cbb gsm_data: Fix sres to be 4 bytes by Sylvain Munaut · 15 years ago
  86. 70881b7 db: Add issued/use_count/key_seq fields to AuthTuples by Sylvain Munaut · 15 years ago
  87. 1f6c11f abis_nm: Introduce & use a nm_is_running function to test gsm_nm_state by Sylvain Munaut · 15 years ago
  88. 5048070 silent_call: Add option to choose channel type by Sylvain Munaut · 15 years ago
  89. 5100877 introduce and implement silent_call_reroute() and silent_call_rx() by Harald Welte · 15 years ago
  90. 83579ca keep 'silent call' state in struct lchan by Harald Welte · 15 years ago
  91. f31e474 [misc] Utilize rf_locking by setting the nm_state.administrative by Holger Hans Peter Freyther · 15 years ago
  92. 1356c08 [abis] Dispatch a IPAC restart ACK/NACK signal by Holger Hans Peter Freyther · 15 years ago
  93. 2e83782 [ipaccess] Restart only after setting the OML IP, software load by Holger Hans Peter Freyther · 15 years ago
  94. 0183edd [ipaccess] Change the name to be slightly better.. by Holger Hans Peter Freyther · 15 years ago
  95. c9f8a6d [ipaccess] Expose the sub header list as well.. by Holger Hans Peter Freyther · 15 years ago
  96. 4a98cad [ipaccess] Turn firmware parsing into a routine so it can be used by Holger Hans Peter Freyther · 15 years ago
  97. 086ffa5 [abis] Add ACK signal and send it on SET NVATTR ACK by Holger Hans Peter Freyther · 15 years ago
  98. d48f4eb rsl: add new 'gsm_trx_name()' function and use it by Harald Welte (local) · 15 years ago
  99. 82ff397 export the 'trx_is_usable() function and use it from paging by Harald Welte (local) · 15 years ago
  100. 1887f9d Introduce gsm_lchans_name() for human readable lchan state name by Harald Welte · 15 years ago