1. f7396ea sms: Replaced the SMC process by new implementation in libosmocore by Andreas Eversberg · 13 years ago
  2. 70ae5d3 nitb: Release the channel if there is nothing on it by Holger Hans Peter Freyther · 12 years ago
  3. 8d0be25 mgcp: Begin handling of the RQNT message as needed for DTMF by Holger Hans Peter Freyther · 12 years ago
  4. c0de14d SMPP: add small utility program 'smpp_mirror' by Harald Welte · 12 years ago
  5. e07b6a7 SMPP: Implement support for MO SMS by Harald Welte · 12 years ago
  6. 338e3b3 SMPP: VTY configuration of SMPP code, authentication support by Harald Welte · 12 years ago
  7. eff40949 sms: Use the DLSMS instead of the DSMS category throughout our code by Holger Hans Peter Freyther · 12 years ago
  8. d4bdee7 SMPP: Implement transaction mode for SUBMIT-SM by Harald Welte · 12 years ago
  9. f1033cc Initial support of SMPP interface for MT-SMS by Harald Welte · 12 years ago
  10. 98da544 nat: Move the ctrl handling code into a separate file by Holger Hans Peter Freyther · 12 years ago
  11. cb306a6 mgcp: Send the jitter statistics at the end of the call by Holger Hans Peter Freyther · 12 years ago
  12. 30690ad mgcp: Calculate the jitter with the formula/code from the appendix by Holger Hans Peter Freyther · 12 years ago
  13. 38e02c5 mgcp: Calculate the packet loss as of Appendix A of RFC 3550 by Holger Hans Peter Freyther · 12 years ago
  14. 769912c mgcp: Calculate the wrap around as of Appendix A in RFC 3550 by Holger Hans Peter Freyther · 12 years ago
  15. ed3a661 mgcp: Align the variable naming with Appendix A of RFC 3550 by Holger Hans Peter Freyther · 12 years ago
  16. 0bf15a8 mgcp: Include statistics at the end of a connection by Holger Hans Peter Freyther · 12 years ago
  17. 2e8e659 mgcp: Remember the initial sequence number of the stream by Holger Hans Peter Freyther · 12 years ago
  18. 952f752 mgcp: Count the received octets as of the MGCP specification by Holger Hans Peter Freyther · 12 years ago
  19. 2a60a11 mgcp: Remove the lost_no from the mgcp statistics by Holger Hans Peter Freyther · 12 years ago
  20. de1674a bts: Really drop the BTS in case of an OML NACK by Holger Hans Peter Freyther · 12 years ago
  21. 511f9c3 si: Partially implement the range encoding for the SI. by Holger Hans Peter Freyther · 12 years ago
  22. 18fa70a bsc: Look for CM Service Requests with emergency cause by Holger Hans Peter Freyther · 13 years ago
  23. 210565e bsc: Introduce a local MSC type and forbid it from being selected by Holger Hans Peter Freyther · 13 years ago
  24. 644b0bf bsc: Hand the msc_connection to the UDT handling, pass it to paging by Holger Hans Peter Freyther · 13 years ago
  25. 076af1c bsc: Move the finding of a MSC into the filter code by Holger Hans Peter Freyther · 13 years ago
  26. 354c87c bsc: Select a MSC in a round-robin fashion by Holger Hans Peter Freyther · 13 years ago
  27. 8b902d7 bsc: Allow to configure more than one MSC in the VTY by Holger Hans Peter Freyther · 13 years ago
  28. 6088f14 libctrl, osmo-bsc: Get rid of net prefix by Daniel Willmann · 13 years ago
  29. 65924a5 osmo-bsc: Include rf statistics in the location-state TRAP as well by Daniel Willmann · 13 years ago
  30. 47b5b3e gsm_data: Include a structure for the geographical location in gsm_bts by Daniel Willmann · 13 years ago
  31. 5e95f45 ctrl: Improve error handling if controlif setup fails by Daniel Willmann · 13 years ago
  32. 5ff06af osmo-bsc: Put the control commands in osmo_bsc_ctrl.c by Daniel Willmann · 13 years ago
  33. 721f032 libctrl: Add function ctrl_cmd_send_to_all by Daniel Willmann · 13 years ago
  34. 114a010 libctrl: Add trap helper function by Daniel Willmann · 13 years ago
  35. 6fc4a98 libctrl: Change controlif_setup so it returns the ctrl handle by Daniel Willmann · 13 years ago
  36. e422798 RSL: Add basic support for CSD transparent mode by Harald Welte · 12 years ago
  37. e555c2b VTY: dynamically create BTS "type" command syntax by Harald Welte · 12 years ago
  38. 4ab9d7c dynamically generate a proper VTY reference for phys_chan_config by Harald Welte · 12 years ago
  39. fe568f2 abis_nm: Add function abis_nm_get_attr() to get attributes from BTS by Harald Welte · 12 years ago
  40. 45f9171 move BTS-specific timezone override into sub-structure by Harald Welte · 12 years ago
  41. f383aa1 BSC: introduce new "sysmobts" BTS model by Harald Welte · 12 years ago
  42. 019f913 gsm_data_shared: add structure for decoded parameters of RLC config by Harald Welte · 12 years ago
  43. edcba4e use new external libosmogb (part of libosmocore.git) by Harald Welte · 12 years ago openbsc/0.12.0
  44. d24566a libgb: separate header files related to spec and implementation by Harald Welte · 12 years ago
  45. ce95b27 libgb: make sure all BSSGP functions have bssgp_ prefix by Harald Welte · 12 years ago
  46. 11461a6 libgb/gprs: don't use log_info from libcommon anymore by Harald Welte · 12 years ago
  47. e6599ee libgb: prefix all NS related functions with gprs_ by Harald Welte · 12 years ago
  48. b1fd902 libgb: don't call directly into GMM / LLC layer by Harald Welte · 12 years ago
  49. faa70ff libgb: remove dependency of BSSGP to include sgsn/gmm internal structs by Harald Welte · 12 years ago
  50. 68d85d5 libgb: Remove dependency to openbsc/debug.h by Harald Welte · 12 years ago
  51. fdd8b3b libgb: remove dependencies to openbsc/vty.h and openbsc/gsm_data.h by Harald Welte · 12 years ago
  52. a6a20b4 libgb: Use library SS_L_NS instead lf local SS_NS by Harald Welte · 12 years ago
  53. 8645e10 libgb: move GPRS specific msgb CB definitions to separate header by Harald Welte · 12 years ago
  54. ea34a4e split libgb into a separate library for outside use by Harald Welte · 12 years ago
  55. 704cb86 gsm_data_shared: add handover related bits for osmo-bts by Harald Welte · 12 years ago
  56. 67161f2 Allow VTY-based configuration of T3105 by Harald Welte · 12 years ago
  57. a8090d5 mgcp: Make it possible to drop RTCP packets coming from the BTS/Net by Holger Hans Peter Freyther · 12 years ago
  58. 46cb851 add loopback flag to lchan (for osmo-bts) by Harald Welte · 12 years ago
  59. afa0ad1 lchan: Fix the name of the SACCH in the variable names by Holger Hans Peter Freyther · 12 years ago
  60. 5d52c97 add 'ciph_state' member to BTS-side lchan definition by Harald Welte · 12 years ago
  61. 20fea24 bsc: Prepare to have multiple MSC connections by Holger Hans Peter Freyther · 13 years ago
  62. abd668a bsc: Move more things to use osmo_msc_data* directly by Holger Hans Peter Freyther · 13 years ago
  63. 4cdb050 bsc: Move away from ->bsc.msc to use the selected MSC by Holger Hans Peter Freyther · 13 years ago
  64. 8ec4952 bsc: Create a osmo_bsc_data and embed osmo_msc_data by Holger Hans Peter Freyther · 13 years ago
  65. ae19972 mgcp: implement a more tolerant parser based on strtok_r() by Harald Welte · 12 years ago
  66. 3e60348 misc: Deal with smatch warnings about the bitfields by Holger Hans Peter Freyther · 12 years ago
  67. 54fa2c7 abis_rsl: The rach information was not used, introduce a signal by Holger Hans Peter Freyther · 12 years ago
  68. 94b499c mgcp: add missing prototypes for send_mgcp_reset_* by Harald Welte · 12 years ago
  69. cf149ee Move the bulk of RR processing from MSC into BSC by Harald Welte · 12 years ago
  70. 95e862c Move processing of CLASSMARK CHANGE behind bsc_api by Harald Welte · 12 years ago
  71. 8e60f62 nat: Prepare to rewrite the TP-DA number of a SMS submit. by Holger Hans Peter Freyther · 12 years ago
  72. 0354a80 rsl: This is provided by libosmo-abis, remove it here by Holger Hans Peter Freyther · 12 years ago
  73. 523a99d bts: Convert the rsl_link to be a struct ipabis_link by Holger Hans Peter Freyther · 12 years ago
  74. 794e8f2 abis: gsm_data_shared.h includes libosmo-abis header, add abis to cflags by Holger Hans Peter Freyther · 12 years ago
  75. 9e7837a mncc: Include size and offsets of struct gsm_mncc in the hello by Holger Hans Peter Freyther · 12 years ago
  76. dfcfe65 lchan: Rename release_reason to release_mode by Holger Hans Peter Freyther · 13 years ago
  77. ded0268 channel: Fix a typo in the lchan state documentation by Holger Hans Peter Freyther · 12 years ago
  78. 68368dd nat: Implement clearing of TP-SRR flags from TPDUs by Holger Hans Peter Freyther · 12 years ago
  79. faf1f64 gprs: Honor GSM 04.64 8.4.2 Receipt of unacknowledged information by Holger Hans Peter Freyther · 13 years ago
  80. 26d0fe3 gprs_sgsn.h: Include timer.h for the timer struct by Holger Hans Peter Freyther · 12 years ago
  81. 1c5dd2c Add NITZ (timezone) support as part of MM INFO by Gus Bourg · 13 years ago
  82. 511bd8e BSSGP: Add functions required for true BSS-side BSSGP implementation by Harald Welte · 13 years ago
  83. b52b4cf BSSGP: add more doxygen comments by Harald Welte · 13 years ago
  84. 914660d GPRS NS: Add some doxygen API documentation by Harald Welte · 13 years ago
  85. 347e7ba mncc: Introduce a hello packet that is sent to the client. by Holger Hans Peter Freyther · 13 years ago
  86. 2eb6e2c gb_proxy: Make sure each parameter has some sort of documentation by Holger Hans Peter Freyther · 13 years ago
  87. 694c82d mncc: Address the fixme and put the mncc_sock_state in gsm_network by Holger Hans Peter Freyther · 13 years ago
  88. c951946 libbsc/nokia_site: Fix reset procedure and add option to skip it. by Sylvain Munaut · 13 years ago
  89. 0c1a303 LLC: Add minimal LLGMM-RESET.req implementation by Harald Welte · 13 years ago
  90. 3dccda5 gprs: Fix various compiler warnings by Holger Hans Peter Freyther · 13 years ago
  91. 42b9195 gprs: This comes from libosmocore, remove it here by Holger Hans Peter Freyther · 13 years ago
  92. a62b247 add missing include files to noinst_HEADERS to make distcheck work by Harald Welte · 13 years ago
  93. 15eae8d Fix Ericsson RBS2000 support after libosmo-abis merge by Harald Welte · 13 years ago
  94. 4f8ad53 gsm_data_shared: use 'const' whenever applicable by Harald Welte · 13 years ago
  95. ca86dd5 bsc_api.h: Add some comments to the API structure by Harald Welte · 13 years ago
  96. 4329099 add a per-lchan buffer for the last SID frame for osmo-bts by Harald Welte · 13 years ago
  97. f3b5932 add AMR mode member of gsm_lchan for osmo-bts by Harald Welte · 13 years ago
  98. e1d2e1c fix some "implicit declaration" warnings in libbsc by Alexander Huemer · 13 years ago
  99. 0a65461 fix some "implicit declaration" warnings in libtrau by Alexander Huemer · 13 years ago
  100. 59947a0 fix some "implicit declaration" warnings in osmo-nitb by Alexander Huemer · 13 years ago