1. a7328a5 smpp: Move the coding/mode detection into a utils file by Holger Hans Peter Freyther · 11 years ago
  2. 5ecbc93 misc: Fix compilation warnings by Holger Hans Peter Freyther · 11 years ago
  3. b4b21f5 SMPP: complete the VTY help/documentation by Harald Welte · 11 years ago
  4. 1b624ba smpp: Close the file descriptor when we can't accept the SMSC conn by Holger Hans Peter Freyther · 11 years ago
  5. c962d45 smpp: Add the classic check for osmo_fd_register by Holger Hans Peter Freyther · 11 years ago
  6. 921b227 smpp: Fix possible NULL dereference of the emse->acl by Holger Hans Peter Freyther · 11 years ago
  7. ae9d8d3 smpp: Checking an array for NULL will always be false by Holger Hans Peter Freyther · 11 years ago
  8. 5ccd015 nitb: The subscr->imsi is an array will never be NULL by Holger Hans Peter Freyther · 11 years ago
  9. 995ff35 Fix license header at smpp_openbsc.c and smpp_smsc.c by Harald Welte · 11 years ago
  10. 4c5babc smpp_openbsc: Fix parsing of 03.38 data coding scheme in MO case by Harald Welte · 11 years ago
  11. 641475c Fix: Handle CM service request on already secured channel correctly by Andreas Eversberg · 11 years ago
  12. 1e61b25 mncc: Remove what we believe to be a tautology from the MNCC code by Holger Hans Peter Freyther · 11 years ago
  13. 9feef48 nitb: Add a missing NULL check for searching the subscriber by Holger Hans Peter Freyther · 11 years ago
  14. e885951 db: Fix an issue with the memset by Holger Hans Peter Freyther · 11 years ago
  15. 81cff91 gsm_subscriber: Fix compiler warning of the printf string by Holger Hans Peter Freyther · 11 years ago
  16. b0bf1da smpp: Only write the systemd-id if it is not empty by Holger Hans Peter Freyther · 11 years ago
  17. a1c09a4 Makefile.am: Use AM_CPPFLAGS by Alexander Huemer · 11 years ago
  18. c75ed6d SMPP: Add new 'dcs_transparent' ESME setting by Harald Welte · 11 years ago
  19. 27d5e65 SMPP: Pass on 0xFx style DCS from SMPP to GSM by Harald Welte · 11 years ago
  20. 61e1935 SMPP: Respond with BIND_TRX_RESP to BIND_TRX, not BIND_TX_RESP by Harald Welte · 11 years ago
  21. d7b22c6 smpp: Attempt to fix a memory leak of the msgb by Holger Hans Peter Freyther · 11 years ago
  22. 3f78600 SMPP: Implement SMPP Osmocom Estensions on MO-SMS by Harald Welte · 11 years ago openbsc/0.13.0
  23. 76afa16 SMPP: Fix crash on delivery of incoming SUBMIT-SM by Harald Welte · 11 years ago
  24. 63b0e44 vty: Document some previously undocumented parameters by Holger Hans Peter Freyther · 11 years ago
  25. b02fc1e VTY: backwards compatibility for 'logging level sms' by Harald Welte · 11 years ago
  26. e7ea083 CC: gsm48_cc_tx_release() must not remove callref by Andreas Eversberg · 11 years ago
  27. 1590727 CC: mncc_release_ind() must send MNCC_REL_CNF in state N19 by Andreas Eversberg · 11 years ago
  28. c5e0851 CC: Be sure to allocate call instance with talloc_zero() by Andreas Eversberg · 11 years ago
  29. b862cef smpp_vty: Ensure to not print 'system-id' in openbsc.cfg if its empty by Harald Welte · 11 years ago
  30. 6a85c15 smpp: Fix a memleak of the SMS on the submit path by Holger Hans Peter Freyther · 11 years ago
  31. b5a4edd SMPP: Inform the SMS Queue that a SMS was submitted to kick the queue by Holger Hans Peter Freyther · 11 years ago
  32. ba36bf4 sms: Avoid infinite CP-ERROR/CP-ACK loop with sms. by Holger Hans Peter Freyther · 11 years ago
  33. bfbdeec libmsc: Track and update the location update expiry by Jan Luebbe · 12 years ago
  34. 4d2a68c misc: Do not use else when using return in the previous branch by Holger Hans Peter Freyther · 12 years ago
  35. 01c13a3 libmsc: Allow to set sender id when sending SMS from the VTY by Sylvain Munaut · 12 years ago
  36. 11c1b6e libmsc: Refuse service to anyone not attached by Sylvain Munaut · 12 years ago
  37. 977cd13 gsm_04_08: Display debug message correctly on DETACH INDICATION by Daniel Willmann · 12 years ago
  38. 4173b17 libmsc: One of assign_compl and assign_fail will always be called by Holger Hans Peter Freyther · 12 years ago
  39. c121bb3 handover: Fix the handover signalling for IP based BTSes by Holger Hans Peter Freyther · 12 years ago
  40. 6e30068 gsm_subscriber: change subscr_bsc_active_subscriber to plural by Jan Luebbe · 12 years ago
  41. 4485321 nitb: Add a VTY command to initiate a handover to another BTS by Holger Hans Peter Freyther · 12 years ago
  42. 3e9b2ec libmsc: Avoid a crash on lchan release during call control by Holger Hans Peter Freyther · 12 years ago
  43. 405824c libmsc: Set trans->subscr = NULL after we release it by Holger Hans Peter Freyther · 12 years ago
  44. 408208d nitb: Do not crash on IMSI Detach messages from a phone by Holger Hans Peter Freyther · 12 years ago
  45. 536a10b sms: Kill the linkid as we are using SAPI=3 all the time by Holger Hans Peter Freyther · 12 years ago
  46. bc6c43f sms: Replaced the SMR process by new implementation in libosmocore by Andreas Eversberg · 13 years ago
  47. f7396ea sms: Replaced the SMC process by new implementation in libosmocore by Andreas Eversberg · 13 years ago
  48. 07dec13 sms: Remove the susbcr_put_lchan logic from the SMS code by Holger Hans Peter Freyther · 12 years ago
  49. 70ae5d3 nitb: Release the channel if there is nothing on it by Holger Hans Peter Freyther · 12 years ago
  50. 0d0c9ec use DLSMS and not DSMS in SMPP related code (merge with master) by Harald Welte · 12 years ago
  51. b8a1f96 SMPP: fix handling of UDH / multi-part for 7-bit messages by Harald Welte · 12 years ago
  52. c0de14d SMPP: add small utility program 'smpp_mirror' by Harald Welte · 12 years ago
  53. e07b6a7 SMPP: Implement support for MO SMS by Harald Welte · 12 years ago
  54. 338e3b3 SMPP: VTY configuration of SMPP code, authentication support by Harald Welte · 12 years ago
  55. eff4094 sms: Use the DLSMS instead of the DSMS category throughout our code by Holger Hans Peter Freyther · 12 years ago
  56. 366c331 sms: Use the definitions from the libosmogsm by Holger Hans Peter Freyther · 12 years ago
  57. 6c7680d SMPP: build the smpp interface only in case of ./configure --enable-smpp by Harald Welte · 12 years ago
  58. 1a2993a SMPP: fix subscriber reference leak. by Harald Welte · 12 years ago
  59. 9122c13 SMPP: More logging in error cases, fix UDH in 7bit ASCII by Harald Welte · 12 years ago
  60. 874f9f1 SMPP: More consistent logging / error reporting by Harald Welte · 12 years ago
  61. 8a1b056 SMPP: Implement ALERT NOTIFICATION on attach/detach of subscribers by Harald Welte · 12 years ago
  62. 9ad0362 SMPP: Deal with DCS according to 03.38 and respect TP-PID by Harald Welte · 12 years ago
  63. 4dbcdad SMPP: Introduce wrapper macro to memset all structures to zero by Harald Welte · 12 years ago
  64. e94db49 SMPP: Introduce ESME reference coounting by Harald Welte · 12 years ago
  65. d4bdee7 SMPP: Implement transaction mode for SUBMIT-SM by Harald Welte · 12 years ago
  66. f1033cc Initial support of SMPP interface for MT-SMS by Harald Welte · 12 years ago
  67. 7517212 sms: Re-order the include files after the separationf OpenBSC and osmocore by Holger Hans Peter Freyther · 12 years ago
  68. 6b55f60 sms_queue: It is a bad idea to detach a subscriber on failed delivery by Holger Hans Peter Freyther · 12 years ago
  69. bf0a7c9 nncc_builtin: send CHAN MODE MODIFY after CALL PROCEEDING by Harald Welte · 12 years ago
  70. a5050b1 misc: Address compiler warning on unused variables by Holger Hans Peter Freyther · 12 years ago
  71. 570ce24 VTY: improve VTY prompt and make sure exit/end works everywhere by Harald Welte · 12 years ago
  72. d13e0cd Some more VTY documentation / help fixes by Harald Welte · 12 years ago
  73. cfaabbb complete the VTY help messages so we don't get "null" in the manual by Harald Welte · 12 years ago
  74. 3217fa2 nitb: Document missing parameters, reword documentation, combine param by Holger Hans Peter Freyther · 12 years ago
  75. 70f9205 MSC 04.08: RRLP messages are DRR, not DNM ! by Harald Welte · 12 years ago
  76. 45f9171 move BTS-specific timezone override into sub-structure by Harald Welte · 12 years ago
  77. 153b13b msc: Attempt to release the lchan immediately on IMSI Detach by Holger Hans Peter Freyther · 12 years ago
  78. f383aa1 BSC: introduce new "sysmobts" BTS model by Harald Welte · 12 years ago
  79. 5e80cc4 libmsc/db: Fix max value of ainfo->a3a8_ki_len in db_get_authinfo_for_subscr by Sylvain Munaut · 12 years ago
  80. 9c3dc90 introduce HAVE_TM_GMTOFF_IN_TM by Harald Welte · 12 years ago
  81. a8ddb08 misc: Use msgb_free for freeing the messages by Holger Hans Peter Freyther · 12 years ago
  82. c33d7d7 Make sure USSD code only responds *#100# for retrieving own number by Tobias Engel · 12 years ago
  83. cf149ee Move the bulk of RR processing from MSC into BSC by Harald Welte · 12 years ago
  84. 95e862c Move processing of CLASSMARK CHANGE behind bsc_api by Harald Welte · 12 years ago
  85. 794e8f2 abis: gsm_data_shared.h includes libosmo-abis header, add abis to cflags by Holger Hans Peter Freyther · 12 years ago
  86. 9e7837a mncc: Include size and offsets of struct gsm_mncc in the hello by Holger Hans Peter Freyther · 12 years ago
  87. 40aac3f bsc: Assume assignment_complete/assignment_fail is set by Holger Hans Peter Freyther · 13 years ago
  88. 1c5dd2c Add NITZ (timezone) support as part of MM INFO by Gus Bourg · 13 years ago
  89. 6b8a56c fix two mistakes in AM_LDFLAGS by Alexander Huemer · 13 years ago
  90. 2692e3b gsm0408: Print a message when the LU is timing out. by Holger Hans Peter Freyther · 13 years ago
  91. 347e7ba mncc: Introduce a hello packet that is sent to the client. by Holger Hans Peter Freyther · 13 years ago
  92. da6597e mncc: Remove FIXME about queuing messages by Holger Hans Peter Freyther · 13 years ago
  93. 694c82d mncc: Address the fixme and put the mncc_sock_state in gsm_network by Holger Hans Peter Freyther · 13 years ago
  94. ab386e6 Add VTY command to specify default speech codec by Harald Welte · 13 years ago
  95. ed5cacb src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago openbsc/0.9.15
  96. 7abecfc src: use new msg->dst pointer instead of deprecated msg->trx by Pablo Neira Ayuso · 13 years ago
  97. 46f799b MNCC: Never send zero-length msgb packets to the socket by Peter Stuge · 13 years ago
  98. 1045697 Fix MNCC for the NOKIA BTS type by Harald Welte · 13 years ago
  99. 1664602 Initial version of Support for Nokia *Site BTS by Dieter Spaar · 13 years ago
  100. e5215b5 04.08 / MNCC: elevate error messages to LOGL_ERROR by Harald Welte · 13 years ago