1. b0be39b nitb: The subscr->imsi is an array will never be NULL by Holger Hans Peter Freyther · 11 years ago
  2. 66c92c5 Fix license header at smpp_openbsc.c and smpp_smsc.c by Harald Welte · 11 years ago
  3. 3316943 smpp_openbsc: Fix parsing of 03.38 data coding scheme in MO case by Harald Welte · 11 years ago
  4. ee99535 Fix: Handle CM service request on already secured channel correctly by Andreas Eversberg · 11 years ago
  5. ac009e5 mncc: Remove what we believe to be a tautology from the MNCC code by Holger Hans Peter Freyther · 11 years ago
  6. e6e99e1 nitb: Add a missing NULL check for searching the subscriber by Holger Hans Peter Freyther · 11 years ago
  7. 461a0d8 db: Fix an issue with the memset by Holger Hans Peter Freyther · 11 years ago
  8. 274e93e gsm_subscriber: Fix compiler warning of the printf string by Holger Hans Peter Freyther · 11 years ago
  9. d34ad44 smpp: Only write the systemd-id if it is not empty by Holger Hans Peter Freyther · 11 years ago
  10. 9200844 Makefile.am: Use AM_CPPFLAGS by Alexander Huemer · 11 years ago
  11. af16c81 SMPP: Add new 'dcs_transparent' ESME setting by Harald Welte · 11 years ago
  12. 6f17700 SMPP: Pass on 0xFx style DCS from SMPP to GSM by Harald Welte · 11 years ago
  13. 3a3fa9d SMPP: Respond with BIND_TRX_RESP to BIND_TRX, not BIND_TX_RESP by Harald Welte · 11 years ago
  14. 2edde4a smpp: Attempt to fix a memory leak of the msgb by Holger Hans Peter Freyther · 11 years ago
  15. f243cb9 SMPP: Implement SMPP Osmocom Estensions on MO-SMS by Harald Welte · 11 years ago
  16. 51f6548 SMPP: Fix crash on delivery of incoming SUBMIT-SM by Harald Welte · 11 years ago
  17. ebe3725 vty: Document some previously undocumented parameters by Holger Hans Peter Freyther · 11 years ago
  18. 3073f52 VTY: backwards compatibility for 'logging level sms' by Harald Welte · 11 years ago
  19. 7291899 CC: gsm48_cc_tx_release() must not remove callref by Andreas Eversberg · 11 years ago
  20. 59e79ee CC: mncc_release_ind() must send MNCC_REL_CNF in state N19 by Andreas Eversberg · 11 years ago
  21. 60628b8 CC: Be sure to allocate call instance with talloc_zero() by Andreas Eversberg · 11 years ago
  22. 20c366a smpp_vty: Ensure to not print 'system-id' in openbsc.cfg if its empty by Harald Welte · 11 years ago
  23. 5831dd9 smpp: Fix a memleak of the SMS on the submit path by Holger Hans Peter Freyther · 11 years ago
  24. a528daf SMPP: Inform the SMS Queue that a SMS was submitted to kick the queue by Holger Hans Peter Freyther · 11 years ago
  25. 7ead05a sms: Avoid infinite CP-ERROR/CP-ACK loop with sms. by Holger Hans Peter Freyther · 11 years ago
  26. fe7cc1e libmsc: Track and update the location update expiry by Jan Luebbe · 12 years ago
  27. fe03695 misc: Do not use else when using return in the previous branch by Holger Hans Peter Freyther · 12 years ago
  28. 9431faa libmsc: Allow to set sender id when sending SMS from the VTY by Sylvain Munaut · 12 years ago
  29. f108741 libmsc: Refuse service to anyone not attached by Sylvain Munaut · 12 years ago
  30. 2be30fe gsm_04_08: Display debug message correctly on DETACH INDICATION by Daniel Willmann · 12 years ago
  31. 95bbc67 libmsc: One of assign_compl and assign_fail will always be called by Holger Hans Peter Freyther · 12 years ago
  32. c3649d2 handover: Fix the handover signalling for IP based BTSes by Holger Hans Peter Freyther · 12 years ago
  33. 8f7f1d1 gsm_subscriber: change subscr_bsc_active_subscriber to plural by Jan Luebbe · 12 years ago
  34. f4dfea1 nitb: Add a VTY command to initiate a handover to another BTS by Holger Hans Peter Freyther · 12 years ago
  35. 0b28dbc libmsc: Avoid a crash on lchan release during call control by Holger Hans Peter Freyther · 12 years ago
  36. dd4709c libmsc: Set trans->subscr = NULL after we release it by Holger Hans Peter Freyther · 12 years ago
  37. 4989186 nitb: Do not crash on IMSI Detach messages from a phone by Holger Hans Peter Freyther · 12 years ago
  38. c5f6694 sms: Kill the linkid as we are using SAPI=3 all the time by Holger Hans Peter Freyther · 12 years ago
  39. 3bd2ebc sms: Replaced the SMR process by new implementation in libosmocore by Andreas Eversberg · 13 years ago
  40. 12c52b7 sms: Replaced the SMC process by new implementation in libosmocore by Andreas Eversberg · 13 years ago
  41. 0cd009d sms: Remove the susbcr_put_lchan logic from the SMS code by Holger Hans Peter Freyther · 12 years ago
  42. f8faba7 nitb: Release the channel if there is nothing on it by Holger Hans Peter Freyther · 12 years ago
  43. 1a1791c use DLSMS and not DSMS in SMPP related code (merge with master) by Harald Welte · 12 years ago
  44. 5c1ef5b SMPP: fix handling of UDH / multi-part for 7-bit messages by Harald Welte · 12 years ago
  45. fde4916 SMPP: add small utility program 'smpp_mirror' by Harald Welte · 12 years ago
  46. 691ce33 SMPP: Implement support for MO SMS by Harald Welte · 12 years ago
  47. b7dd661 SMPP: VTY configuration of SMPP code, authentication support by Harald Welte · 12 years ago
  48. d0a34ed sms: Use the DLSMS instead of the DSMS category throughout our code by Holger Hans Peter Freyther · 12 years ago
  49. dc76797 sms: Use the definitions from the libosmogsm by Holger Hans Peter Freyther · 12 years ago
  50. 3ae5ec7 SMPP: build the smpp interface only in case of ./configure --enable-smpp by Harald Welte · 12 years ago
  51. 2ee1eed SMPP: fix subscriber reference leak. by Harald Welte · 12 years ago
  52. 4dfd580 SMPP: More logging in error cases, fix UDH in 7bit ASCII by Harald Welte · 12 years ago
  53. 6bc15a1 SMPP: More consistent logging / error reporting by Harald Welte · 12 years ago
  54. 475cb61 SMPP: Implement ALERT NOTIFICATION on attach/detach of subscribers by Harald Welte · 12 years ago
  55. 870d2be SMPP: Deal with DCS according to 03.38 and respect TP-PID by Harald Welte · 12 years ago
  56. aecf4b9 SMPP: Introduce wrapper macro to memset all structures to zero by Harald Welte · 12 years ago
  57. bf6d98e SMPP: Introduce ESME reference coounting by Harald Welte · 12 years ago
  58. 4341309 SMPP: Implement transaction mode for SUBMIT-SM by Harald Welte · 12 years ago
  59. 2dba82d Initial support of SMPP interface for MT-SMS by Harald Welte · 12 years ago
  60. 5b33c73 sms: Re-order the include files after the separationf OpenBSC and osmocore by Holger Hans Peter Freyther · 12 years ago
  61. 6c3eb64 sms_queue: It is a bad idea to detach a subscriber on failed delivery by Holger Hans Peter Freyther · 12 years ago
  62. 194aee1 nncc_builtin: send CHAN MODE MODIFY after CALL PROCEEDING by Harald Welte · 12 years ago
  63. 1a9f3ee misc: Address compiler warning on unused variables by Holger Hans Peter Freyther · 12 years ago
  64. 45362bb VTY: improve VTY prompt and make sure exit/end works everywhere by Harald Welte · 12 years ago
  65. fa2015f Some more VTY documentation / help fixes by Harald Welte · 12 years ago
  66. 557f399 complete the VTY help messages so we don't get "null" in the manual by Harald Welte · 12 years ago
  67. e6a500e nitb: Document missing parameters, reword documentation, combine param by Holger Hans Peter Freyther · 12 years ago
  68. d4f2166 MSC 04.08: RRLP messages are DRR, not DNM ! by Harald Welte · 12 years ago
  69. 5c3abf9 move BTS-specific timezone override into sub-structure by Harald Welte · 12 years ago
  70. e9db44d msc: Attempt to release the lchan immediately on IMSI Detach by Holger Hans Peter Freyther · 12 years ago
  71. 35ac0e4 BSC: introduce new "sysmobts" BTS model by Harald Welte · 12 years ago
  72. 40b7dfd libmsc/db: Fix max value of ainfo->a3a8_ki_len in db_get_authinfo_for_subscr by Sylvain Munaut · 12 years ago
  73. eaf4a52 introduce HAVE_TM_GMTOFF_IN_TM by Harald Welte · 12 years ago
  74. 1bcd637 misc: Use msgb_free for freeing the messages by Holger Hans Peter Freyther · 12 years ago
  75. 052e51f Make sure USSD code only responds *#100# for retrieving own number by Tobias Engel · 12 years ago
  76. fe01ed7 Move the bulk of RR processing from MSC into BSC by Harald Welte · 12 years ago
  77. cd4acaf Move processing of CLASSMARK CHANGE behind bsc_api by Harald Welte · 12 years ago
  78. e3fe41d abis: gsm_data_shared.h includes libosmo-abis header, add abis to cflags by Holger Hans Peter Freyther · 12 years ago
  79. 460d84a mncc: Include size and offsets of struct gsm_mncc in the hello by Holger Hans Peter Freyther · 12 years ago
  80. 8737f4c bsc: Assume assignment_complete/assignment_fail is set by Holger Hans Peter Freyther · 13 years ago
  81. f9dc16b Add NITZ (timezone) support as part of MM INFO by Gus Bourg · 13 years ago
  82. 32e5cd7 fix two mistakes in AM_LDFLAGS by Alexander Huemer · 13 years ago
  83. 0d91c46 gsm0408: Print a message when the LU is timing out. by Holger Hans Peter Freyther · 13 years ago
  84. f0e71e7 mncc: Introduce a hello packet that is sent to the client. by Holger Hans Peter Freyther · 13 years ago
  85. 074b509 mncc: Remove FIXME about queuing messages by Holger Hans Peter Freyther · 13 years ago
  86. 41cc7ea mncc: Address the fixme and put the mncc_sock_state in gsm_network by Holger Hans Peter Freyther · 13 years ago
  87. 1ed89d4 Add VTY command to specify default speech codec by Harald Welte · 13 years ago
  88. 42e41df src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago
  89. 88c9bba src: use new msg->dst pointer instead of deprecated msg->trx by Pablo Neira Ayuso · 13 years ago
  90. 3912c7e MNCC: Never send zero-length msgb packets to the socket by Peter Stuge · 13 years ago
  91. c0cf002 Fix MNCC for the NOKIA BTS type by Harald Welte · 13 years ago
  92. 49c843e Initial version of Support for Nokia *Site BTS by Dieter Spaar · 13 years ago
  93. 8099a71 04.08 / MNCC: elevate error messages to LOGL_ERROR by Harald Welte · 13 years ago
  94. 735a280 smsqueue: There was a race/bug with a booting phone, paging and LU by Holger Hans Peter Freyther · 13 years ago
  95. 2ece419 gsm_04_11: use 'unsigned int sms_alphabet' to include 0xffffffff by Harald Welte · 13 years ago
  96. a26aeba db: use ANSI (void) function declarations by Harald Welte · 13 years ago
  97. b4660bd db: fix Smatch warnings by Harald Welte · 13 years ago
  98. b1d5a69 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  99. 1c45074 src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  100. ef717c6 src: use namespace prefix osmo_signal* by Pablo Neira Ayuso · 13 years ago