1. 0d5e8e0 update .gitignore by Harald Welte · 12 years ago
  2. 68d85d5 libgb: Remove dependency to openbsc/debug.h by Harald Welte · 12 years ago
  3. fdd8b3b libgb: remove dependencies to openbsc/vty.h and openbsc/gsm_data.h by Harald Welte · 12 years ago
  4. a6a20b4 libgb: Use library SS_L_NS instead lf local SS_NS by Harald Welte · 12 years ago
  5. 8645e10 libgb: move GPRS specific msgb CB definitions to separate header by Harald Welte · 12 years ago
  6. ea34a4e split libgb into a separate library for outside use by Harald Welte · 12 years ago
  7. 704cb86 gsm_data_shared: add handover related bits for osmo-bts by Harald Welte · 12 years ago
  8. 67161f2 Allow VTY-based configuration of T3105 by Harald Welte · 12 years ago
  9. 66d3606 update year in copyright string by Harald Welte · 12 years ago
  10. f25b55e abis_rsl_rcvmsg(): Fix msgb memory leak in error path by Harald Welte · 12 years ago
  11. c513ded vty / cfg_bts_tsc: TSC range is 0..7, not 0..255 by Harald Welte · 12 years ago
  12. 3fab3fd rtp: Add a smalltalk script that can replay the state file. by Holger Hans Peter Freyther · 12 years ago openbsc/0.11.0
  13. bea9a12 rtp: Add lua script to split a trace by SSRC/streams by Holger Hans Peter Freyther · 12 years ago
  14. 2c9ea91 nitb: Enable the external RF Control interface for the nitb application by Holger Hans Peter Freyther · 12 years ago
  15. 41a93dc bsc: Move the osmo_bsc_rf file into the libbsc code and rename by Holger Hans Peter Freyther · 12 years ago
  16. a8090d5 mgcp: Make it possible to drop RTCP packets coming from the BTS/Net by Holger Hans Peter Freyther · 12 years ago
  17. c50e04a bsc vty: Provide a show mscs command to show the state of each MSC by Holger Hans Peter Freyther · 13 years ago
  18. 5e80cc4 libmsc/db: Fix max value of ainfo->a3a8_ki_len in db_get_authinfo_for_subscr by Sylvain Munaut · 12 years ago
  19. fda74ee RSL add debug statements when sending RSL EST REQ and RSL REL REQ. by Harald Welte · 12 years ago
  20. 6e8dcf3 bsc_api: Fix wrong order of log category and level arguments by Harald Welte · 12 years ago
  21. 0e9311d bsc_api: log RR STATUS from MS as NOTICE, not DEBUG level by Harald Welte · 12 years ago
  22. 46cb851 add loopback flag to lchan (for osmo-bts) by Harald Welte · 12 years ago
  23. afa0ad1 lchan: Fix the name of the SACCH in the variable names by Holger Hans Peter Freyther · 12 years ago
  24. cc7b22a bsc_api: Send RR Release and de-activate the SACCH on error by Holger Hans Peter Freyther · 12 years ago
  25. ec25426 mgcp: Catch up with the renaming of the MGCP GW binary by Holger Hans Peter Freyther · 12 years ago
  26. a5dcdd9 bsc: Allow to run a mixed TCH/H, TCH/F configuration by Holger Hans Peter Freyther · 12 years ago
  27. 5d52c97 add 'ciph_state' member to BTS-side lchan definition by Harald Welte · 12 years ago
  28. 9c3dc90 introduce HAVE_TM_GMTOFF_IN_TM by Harald Welte · 12 years ago
  29. a334c29 make sure we still build on systems that don't have IPPROTO_GRE by Harald Welte · 12 years ago
  30. 09db1a4 nat: Add another test case for TP-SRR clearing and number rewrite by Holger Hans Peter Freyther · 12 years ago
  31. 2f2be57 misc: Use other size modifiers to fix compiler warnings by Holger Hans Peter Freyther · 12 years ago
  32. 20fea24 bsc: Prepare to have multiple MSC connections by Holger Hans Peter Freyther · 13 years ago
  33. 44e5dad bsc: Use the right connection for outgoing packets by Holger Hans Peter Freyther · 13 years ago
  34. abd668a bsc: Move more things to use osmo_msc_data* directly by Holger Hans Peter Freyther · 13 years ago
  35. f936fb4 bsc: Move the bsc_filter to use the osmo_bsc_sccp_con by Holger Hans Peter Freyther · 13 years ago
  36. 4cdb050 bsc: Move away from ->bsc.msc to use the selected MSC by Holger Hans Peter Freyther · 13 years ago
  37. f31a4a4 bsc: Stop using net->bsc->msc and get the right msc from somewhere else by Holger Hans Peter Freyther · 13 years ago
  38. 8ec4952 bsc: Create a osmo_bsc_data and embed osmo_msc_data by Holger Hans Peter Freyther · 13 years ago
  39. 4d31900 bsc: Address warnings about implicit declarations by Holger Hans Peter Freyther · 12 years ago
  40. dc3389f bsc: Fix compiler warning about wrong return and unused variable by Holger Hans Peter Freyther · 12 years ago
  41. ae19972 mgcp: implement a more tolerant parser based on strtok_r() by Harald Welte · 12 years ago
  42. 6b36b90 mgcp: make sure all command line options are documented by Harald Welte · 12 years ago
  43. ec7683f mgcp: consistently name bsc_mgcp osmo-bsc_mgcp by Harald Welte · 12 years ago
  44. d77023b mgcp_test: Add wrong messages as input and check what happens by Holger Hans Peter Freyther · 12 years ago
  45. 5563e6c mgcp_test: Rename method as it now operates on an array of messages by Holger Hans Peter Freyther · 12 years ago
  46. 3e60348 misc: Deal with smatch warnings about the bitfields by Holger Hans Peter Freyther · 12 years ago
  47. a8ddb08 misc: Use msgb_free for freeing the messages by Holger Hans Peter Freyther · 12 years ago
  48. c50543b Improved generation of SYSTEM INFORMATIONs 2* and 5* for neighbour bands by Andreas Eversberg · 12 years ago
  49. c33d7d7 Make sure USSD code only responds *#100# for retrieving own number by Tobias Engel · 12 years ago
  50. 2935034 fix generation of frequency list (E-GSM vs. P-GSM 900) by Harald Welte · 12 years ago
  51. c8ddf73 bts_ipaccess_nanobts.c: Remove unused variable. by Holger Hans Peter Freyther · 12 years ago
  52. 863dc9b abis_rsl.c: Remove unused variable net. by Holger Hans Peter Freyther · 12 years ago
  53. 54fa2c7 abis_rsl: The rach information was not used, introduce a signal by Holger Hans Peter Freyther · 12 years ago
  54. c6d0a17 abis_rsl.c: Remove unused variable ts_number by Holger Hans Peter Freyther · 12 years ago
  55. 06b04f8 abis_om2000.c: Remove unused variable to_trx_oml. by Holger Hans Peter Freyther · 12 years ago
  56. 37e6523 vty: Remove two unimplemented OML functions by Holger Hans Peter Freyther · 12 years ago
  57. dae5307 misc: abis_nm.c Use the result of ret. by Holger Hans Peter Freyther · 12 years ago
  58. f02bb20 misc: gsm_data.c address compiler warning by Holger Hans Peter Freyther · 12 years ago
  59. 1fe73a1 ARFCNs are in the range of 0..1023, not 0..1024 by Harald Welte · 12 years ago
  60. 94b499c mgcp: add missing prototypes for send_mgcp_reset_* by Harald Welte · 12 years ago
  61. 78b5586 osmo-bsc: Remove hard-coded check for codec preferecne in ASS CMD by Harald Welte · 12 years ago
  62. 6a85705 MGCP: Add VTY commands to reset (RSIP) one or all endpoints by Harald Welte · 12 years ago
  63. 50f93a4 bsc_mgcp: optionally connect the MGCP socket to the MGW by Harald Welte · 12 years ago
  64. 27fa790 MGCP: Add CRCX test cases by Harald Welte · 12 years ago
  65. f74da14 further generalize mgcp testing code by Harald Welte · 12 years ago
  66. 8819d82 mgcp_test: remove duplicate code by Harald Welte · 12 years ago
  67. cf149ee Move the bulk of RR processing from MSC into BSC by Harald Welte · 12 years ago
  68. 95e862c Move processing of CLASSMARK CHANGE behind bsc_api by Harald Welte · 12 years ago
  69. d55cef9 osmo-bsc: correctly parse the TMSI in BSSAP paging from MSC by Harald Welte · 12 years ago
  70. 7d60bdb nat: Add VTY command for the TP-DA rewriting. by Holger Hans Peter Freyther · 12 years ago
  71. 2718845 nat: Fix the no sms-clear-tp-srr command by Holger Hans Peter Freyther · 12 years ago
  72. 47b144b nat: Internationalize the TP-DA if it starts with a 00 by Holger Hans Peter Freyther · 12 years ago
  73. 8e60f62 nat: Prepare to rewrite the TP-DA number of a SMS submit. by Holger Hans Peter Freyther · 12 years ago
  74. be53012 nat: Print the sizes and the offending data in case of a failure by Holger Hans Peter Freyther · 12 years ago
  75. 0354a80 rsl: This is provided by libosmo-abis, remove it here by Holger Hans Peter Freyther · 12 years ago
  76. 445d005 mgcp: Fix warning about unused variable by Holger Hans Peter Freyther · 12 years ago
  77. 9592c45 mgcp: Provide documentation for the method, check sscanf return by Holger Hans Peter Freyther · 12 years ago
  78. 523a99d bts: Convert the rsl_link to be a struct ipabis_link by Holger Hans Peter Freyther · 12 years ago
  79. f95f273 lchan: Close a possible still open RTP Socket by Holger Hans Peter Freyther · 12 years ago
  80. 1d7f7c8 ho: Remove rtp_proxy.h include, no proxy code in here by Holger Hans Peter Freyther · 12 years ago
  81. aa433d2 nat: Add the bsc_data.c file to the EXTRA_DIST by Holger Hans Peter Freyther · 12 years ago
  82. 794e8f2 abis: gsm_data_shared.h includes libosmo-abis header, add abis to cflags by Holger Hans Peter Freyther · 12 years ago
  83. 9e7837a mncc: Include size and offsets of struct gsm_mncc in the hello by Holger Hans Peter Freyther · 12 years ago
  84. c0a6674 channel: Review lchan_free calls and the state the channel is in by Holger Hans Peter Freyther · 13 years ago
  85. dfcfe65 lchan: Rename release_reason to release_mode by Holger Hans Peter Freyther · 13 years ago
  86. ded0268 channel: Fix a typo in the lchan state documentation by Holger Hans Peter Freyther · 12 years ago
  87. bbf2139 channel: The error timer and the lchan_deact_tmr are both running by Holger Hans Peter Freyther · 12 years ago
  88. c55f0a5 Revert "libbsc: Log if a channel is freed with lchan->state != LCHAN_S_NONE" by Holger Hans Peter Freyther · 13 years ago
  89. 7173f63 bsc: Fix "show lchan" for partially provided information by Holger Hans Peter Freyther · 13 years ago
  90. 0977e0c nat: Add the line break after the '. by Holger Hans Peter Freyther · 12 years ago openbsc/0.10.1
  91. 68368dd nat: Implement clearing of TP-SRR flags from TPDUs by Holger Hans Peter Freyther · 12 years ago
  92. 50be1a9 nat: Reduce copy and paste in the test, create a verify_msg by Holger Hans Peter Freyther · 12 years ago
  93. 951f34b nat: Use the link_id from the original message in the new DTAP message by Holger Hans Peter Freyther · 12 years ago
  94. c2c0ea7 nat: Compare the DTAP L3 size with the size of the msgb - dtap header by Holger Hans Peter Freyther · 12 years ago
  95. 8c36fdb nat: Fix comment and mask for looking at TP-MTI by Holger Hans Peter Freyther · 12 years ago
  96. 5546619 nat: SMS rewrite matching, empty list means match everything by Holger Hans Peter Freyther · 12 years ago
  97. dec7387 nat: SMS comment updates by Holger Hans Peter Freyther · 12 years ago
  98. 998a981 nat: Move SMS creation into a new method, no functional change by Holger Hans Peter Freyther · 12 years ago
  99. 5d2a30a nat: Access data_ptr after we have checked the length by Holger Hans Peter Freyther · 12 years ago
  100. c5df08b nat: Move the finding of the number to a new method by Holger Hans Peter Freyther · 12 years ago