1. 1fdbf40 Install gsm_04_08.h and required headers into a openbsc/ by Holger Hans Peter Freyther · 14 years ago
  2. 62c87b5 Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  3. b2abbe8 [sccp] Make the bitfields work on big endian machines too by Holger Hans Peter Freyther · 14 years ago
  4. 8fabf51 [sccp] Set the data_len when parsing UDT messages as well by Holger Hans Peter Freyther · 14 years ago
  5. 7184c2d Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  6. 8a69cb2 [sccp] Make the file includable outside of OpenBSC by Holger Hans Peter Freyther · 14 years ago
  7. c64d9f7 Move debug.c into the liblaf0rge1.a too by Holger Hans Peter Freyther · 14 years ago
  8. 5e6f52f [sccp] Install the static sccp library and the headers by Holger Hans Peter Freyther · 14 years ago
  9. 6d89dac [msgb] Make it possible to include it directly and from liblaf0rge by Holger Hans Peter Freyther · 14 years ago
  10. 245d17b misc: Include the linuxlist header via a local include by Holger Hans Peter Freyther · 14 years ago
  11. 6b46c47 liblaforge: Fix the .pc file. The preferred way to include is <laf0rge/foo.h> by Holger Hans Peter Freyther · 14 years ago
  12. b19dc28 liblaf0rge: Make the other targets depend on the liblaforge... by Holger Hans Peter Freyther · 14 years ago
  13. a49ffb4 Create a liblaforge with OpenBSC utility functions to be used for other projects by Holger Hans Peter Freyther · 14 years ago
  14. 701d175 [tlv] Implement a variant for the IDTAG list for the IPA by Holger Hans Peter Freyther · 14 years ago
  15. fb0b6fc [bsc] Allow to set a EGSM900, RGSM900 ARFCN by Holger Hans Peter Freyther · 14 years ago
  16. d3d5be1 [ipaccess] Make the IPA version of LTV public. by Holger Hans Peter Freyther · 14 years ago
  17. 3bc856b [ipa] Make sending of ID REQ public... by Holger Hans Peter Freyther · 14 years ago
  18. 301e628 [ipaccess] Create a method to send the ID ACK messages by Holger Hans Peter Freyther · 14 years ago
  19. f5b36ca [telnet] Remove ancient #define... by Holger Hans Peter Freyther · 14 years ago
  20. 3cb2890 [sccp] Slightly improve the log message by Holger Hans Peter Freyther · 14 years ago
  21. 6ae6572 [sccp] Refer to the right Company in the Copyright/Copyleft line by Holger Hans Peter Freyther · 14 years ago
  22. 67f5003 Merge branch 'master' into on-waves/sccp by Holger Hans Peter Freyther · 14 years ago
  23. 9377528 Merge branch 'on-waves/mgcp' by Holger Hans Peter Freyther · 14 years ago
  24. 92026f1 [mgcp] Refer to the right Company in the Copyright/Copyleft line by Holger Hans Peter Freyther · 14 years ago
  25. 62e836c [mgcp] Make the mgcp_protocol generate a struct msgb* by Holger Hans Peter Freyther · 14 years ago
  26. 77f7afe [mgcp] Prepare the in process MGCP handling by adding callbacks by Holger Hans Peter Freyther · 14 years ago
  27. 2ada71d [mgcp] Replace DEBUGP with the LOGP statement by Holger Hans Peter Freyther · 14 years ago
  28. e095502 [mgcp] Prepare to do MGCP over TCP and inside the bsc_msc_ip process by Holger Hans Peter Freyther · 14 years ago
  29. 89f3cb8 [mgcp] Rename the source to mgcp_main.c by Holger Hans Peter Freyther · 14 years ago
  30. a18445d [mgcp] Move the MGCP procoess into a sub directory by Holger Hans Peter Freyther · 14 years ago
  31. e01ee97 [mgcp] In forward mode we need to rediscover the BTS more often by Holger Hans Peter Freyther · 14 years ago
  32. 9100e1d [mgcp] Handle BTS and NET being on the same host by Holger Hans Peter Freyther · 14 years ago
  33. 9b28fc8 [mgcp] Warn about unknown messages... by Holger Hans Peter Freyther · 14 years ago
  34. bd5130d [mgcp] Allow to forward to a different port by Holger Hans Peter Freyther · 14 years ago
  35. 6c79646 [mgcp] Rename rtp and rtcp variables to net_rtp and net_rtcp by Holger Hans Peter Freyther · 14 years ago
  36. 601a67e [mgcp] Make it possible to not specify a bts ip by Holger Hans Peter Freyther · 14 years ago
  37. caf49b4 [sccp] Implement sccp_parse_header to be used by the NAT code. by Holger Hans Peter Freyther · 14 years ago
  38. ef84539 [sccp] Split Connection DT1 into two parts by Holger Hans Peter Freyther · 14 years ago
  39. 18c5cad [sccp] Split Connection Release Complete into two parts by Holger Hans Peter Freyther · 14 years ago
  40. ca1d1d1 [sccp] Split Connection Confirm handling into two parts by Holger Hans Peter Freyther · 14 years ago
  41. fe5de4e [sccp] Split Connection Refused into two parts by Holger Hans Peter Freyther · 14 years ago
  42. 88fe6ee [sccp] Split Connection Released into two parts by Holger Hans Peter Freyther · 14 years ago
  43. a8cd2e6 [sccp] Separate connection parsing and policy for connection request by Holger Hans Peter Freyther · 14 years ago
  44. efca541 [sccp] Move the UDT parsing to a new method by Holger Hans Peter Freyther · 14 years ago
  45. 82da7fc [sccp] Invent new API to be used by the BSC NAT by Holger Hans Peter Freyther · 14 years ago
  46. a692fbc [sccp] Add a utility for the nat.. by Holger Hans Peter Freyther · 14 years ago
  47. 1b891fd [gsm48] Use optional Chan Mode 1 for the assignment command by Holger Hans Peter Freyther · 14 years ago
  48. 550197f [gsm48] Allow to send the assignment command on a different lchan by Holger Hans Peter Freyther · 14 years ago
  49. 93b6c65 [rsl] Send the MultiRateConfig in the RSL Channel Activate msg by Holger Hans Peter Freyther · 14 years ago
  50. 1e1c6aa Make sure select() callbacks are not called multiple times by Andreas Eversberg · 14 years ago
  51. 604d851 Register GSM_BTS_TYPE_UNKNOWN in bsc_hack.c by Daniel Willmann · 14 years ago
  52. f15c276 [vty_interface.c]: Warn if no BTS could be allocated by Daniel Willmann · 14 years ago
  53. 0677061 update copyright statements by Harald Welte · 14 years ago
  54. 714e1a2 Merge remote branch 'goeller/master' by Harald Welte · 14 years ago
  55. 6af56d1 Fix allocation of BTS from VTY by laforge · 14 years ago
  56. ca8dc14 Merge branch 'on-waves/mgcp' by Holger Hans Peter Freyther · 14 years ago
  57. 6209619 [bsc_mgcp] Set the right remote rtp and rtcp port by Holger Hans Peter Freyther · 14 years ago
  58. 2c492ed [bsc_mgcp] Fix writing of the config file... by Holger Hans Peter Freyther · 14 years ago
  59. f986cfc [bsc_mgcp] Print a message which mode is configured by Holger Hans Peter Freyther · 14 years ago
  60. 14083be [bsc_mgcp] Add a new forward only mode to the bsc_mgcp by Holger Hans Peter Freyther · 14 years ago
  61. 98657d5 misc: Fix compilation of the test cases. by Holger Hans Peter Freyther · 14 years ago
  62. a855d1f fix ipaccess-config, call missing nanobts initialization by Harald Welte · 14 years ago
  63. 202259c add sylvain and andreas as authors by Harald Welte · 14 years ago
  64. 39315c4 [OML] parse attributes depending on BTS type by Harald Welte · 14 years ago
  65. 5078148 TLV: add function to patch a tlv definition table by Harald Welte · 14 years ago
  66. 6e670aa introduce new gsm_bts_trx_by_nr() function by Harald Welte · 14 years ago
  67. 2ef156d bis_nm_ipaccess_set_nvattr() executes on a TRX, not a BTS by Harald Welte · 14 years ago
  68. cbcfe24 [vty] In case of handover only warn about the proxy mode when it is enabled by Holger Hans Peter Freyther · 14 years ago
  69. d0c5402 Initialize reject_cause to a valid number by Holger Hans Peter Freyther · 14 years ago
  70. 17d81e2 [system_information] Initialize the buffer before moving it by Holger Hans Peter Freyther · 14 years ago
  71. 7ec448d [system_information] Return how much byte were written into output by Holger Hans Peter Freyther · 14 years ago
  72. caa1486 [rest_octets] Return bv.data_len to indicate how was written by Holger Hans Peter Freyther · 14 years ago
  73. 4cffc45 [rest_octets] Change data_len to the sizes of the spec by Holger Hans Peter Freyther · 14 years ago
  74. 6a9fa73 [bs11_config] Add pll-setvalue and pll-workvalue commands by Daniel Willmann · 14 years ago
  75. f904fa8 [bs11_config] Whitespace changes so the help text looks nice by Daniel Willmann · 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. 65542c7 abis_nm: Consider a STATE CHG without avail_status as an empty avail_status by Sylvain Munaut · 15 years ago
  81. b1a8358 rrlp-ephemeris: Add directory with asn1c patches by Sylvain Munaut · 15 years ago
  82. a992375 rrlp-ephemeris: Add script to get test data from UBX receiver by Sylvain Munaut · 15 years ago
  83. ad01405 rrlp-ephemeris: Fill ref time with UBX AID_INI messages by Sylvain Munaut · 15 years ago
  84. b74cbcf rrlp-ephemeris: Add support for filling ReferenceTime IE by Sylvain Munaut · 15 years ago
  85. a17324c rrlp-ephemeris: Add a note about extracting RefPos from AID_INI by Sylvain Munaut · 15 years ago
  86. ccea439 rrlp-ephemeris: Fill ref pos with UBX NAV_POSLLH messages by Sylvain Munaut · 15 years ago
  87. c74f953 rrlp-ephemeris: Support filling of ReferencePositon IE by Sylvain Munaut · 15 years ago
  88. 2d6057e rrlp-ephemeris: Comment alignment fix by Sylvain Munaut · 15 years ago
  89. 3930b3f rrlp-ephemeris: Add .gitignore by Sylvain Munaut · 15 years ago
  90. 41c32b4 rrlp-ephemeris: Properly implement pseudo segmentation flag by Sylvain Munaut · 15 years ago
  91. 9a2370b rrlp-ephemeris: Fix memory leak by Sylvain Munaut · 15 years ago
  92. b3fc1eb [vty] Move db usage out of the libbsc (fork dumping of subscr) (2nd part) by Holger Hans Peter Freyther · 14 years ago
  93. b91a106 [si] Go through the system_information structs and add static_asserts by Holger Hans Peter Freyther · 14 years ago
  94. 424c4f0 [vty] Move db usage out of the libbsc (fork dumping of subscr) by Holger Hans Peter Freyther · 14 years ago
  95. 0b11414 print full lchan name when recycling it by Harald Welte (local) · 15 years ago
  96. 4719307 gsm_data: Move auth related structure earlier by Sylvain Munaut · 15 years ago
  97. d7c9e5c encryption: Import a GPL comp128 implementation by Sylvain Munaut · 15 years ago
  98. 8608e7c gsm_04_08: Add RAND debug output in gsm48_tx_mm_auth_req by Sylvain Munaut · 15 years ago
  99. bd55a6d gsm_04_08: Specify key_seq when calling gsm48_tx_mm_auth_req by Sylvain Munaut · 15 years ago
  100. 9979290 vty: Add command to set auth algo & Ki for a subscriber by Sylvain Munaut · 15 years ago