aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc
AgeCommit message (Expand)AuthorFilesLines
2013-03-13SMPP: Implement SMPP Osmocom Estensions on MO-SMSopenbsc/0.13.0Harald Welte4-6/+111
2013-03-13SMPP: Fix crash on delivery of incoming SUBMIT-SMHarald Welte1-5/+8
2013-03-03vty: Document some previously undocumented parametersHolger Hans Peter Freyther1-2/+4
2013-02-12VTY: backwards compatibility for 'logging level sms'Harald Welte1-0/+14
2013-01-25CC: gsm48_cc_tx_release() must not remove callrefAndreas Eversberg1-2/+0
2013-01-25CC: mncc_release_ind() must send MNCC_REL_CNF in state N19Andreas Eversberg1-0/+2
2013-01-25CC: Be sure to allocate call instance with talloc_zero()Andreas Eversberg1-1/+1
2013-01-24smpp_vty: Ensure to not print 'system-id' in openbsc.cfg if its emptyHarald Welte1-1/+2
2013-01-20smpp: Fix a memleak of the SMS on the submit pathHolger Hans Peter Freyther1-1/+2
2013-01-20SMPP: Inform the SMS Queue that a SMS was submitted to kick the queueHolger Hans Peter Freyther1-1/+6
2013-01-13sms: Avoid infinite CP-ERROR/CP-ACK loop with sms.Holger Hans Peter Freyther1-0/+12
2013-01-01libmsc: Track and update the location update expiryJan Luebbe2-6/+132
2013-01-01misc: Do not use else when using return in the previous branchHolger Hans Peter Freyther1-1/+1
2013-01-01libmsc: Allow to set sender id when sending SMS from the VTYSylvain Munaut3-16/+54
2013-01-01libmsc: Refuse service to anyone not attachedSylvain Munaut1-0/+4
2012-12-29gsm_04_08: Display debug message correctly on DETACH INDICATIONDaniel Willmann1-3/+5
2012-12-26libmsc: One of assign_compl and assign_fail will always be calledHolger Hans Peter Freyther1-12/+0
2012-12-26handover: Fix the handover signalling for IP based BTSesHolger Hans Peter Freyther1-13/+20
2012-12-25gsm_subscriber: change subscr_bsc_active_subscriber to pluralJan Luebbe1-5/+5
2012-12-25nitb: Add a VTY command to initiate a handover to another BTSHolger Hans Peter Freyther1-0/+53
2012-12-22libmsc: Avoid a crash on lchan release during call controlHolger Hans Peter Freyther1-5/+16
2012-12-22libmsc: Set trans->subscr = NULL after we release itHolger Hans Peter Freyther1-1/+3
2012-12-16nitb: Do not crash on IMSI Detach messages from a phoneHolger Hans Peter Freyther1-1/+0
2012-12-01sms: Kill the linkid as we are using SAPI=3 all the timeHolger Hans Peter Freyther1-5/+3
2012-12-01sms: Replaced the SMR process by new implementation in libosmocoreAndreas Eversberg1-85/+98
2012-12-01sms: Replaced the SMC process by new implementation in libosmocoreAndreas Eversberg1-168/+110
2012-12-01sms: Remove the susbcr_put_lchan logic from the SMS codeHolger Hans Peter Freyther1-22/+0
2012-12-01nitb: Release the channel if there is nothing on itHolger Hans Peter Freyther2-5/+20
2012-11-24use DLSMS and not DSMS in SMPP related code (merge with master)Harald Welte1-8/+8
2012-11-24SMPP: fix handling of UDH / multi-part for 7-bit messagesHarald Welte1-14/+47
2012-11-24SMPP: add small utility program 'smpp_mirror'Harald Welte3-21/+32
2012-11-24SMPP: Implement support for MO SMSHarald Welte5-124/+577
2012-11-24SMPP: VTY configuration of SMPP code, authentication supportHarald Welte5-11/+485
2012-11-21sms: Use the DLSMS instead of the DSMS category throughout our codeHolger Hans Peter Freyther4-61/+61
2012-11-21sms: Use the definitions from the libosmogsmHolger Hans Peter Freyther1-227/+5
2012-11-16SMPP: build the smpp interface only in case of ./configure --enable-smppHarald Welte2-1/+5
2012-11-16SMPP: fix subscriber reference leak.Harald Welte1-1/+1
2012-11-16SMPP: More logging in error cases, fix UDH in 7bit ASCIIHarald Welte1-1/+17
2012-11-16SMPP: More consistent logging / error reportingHarald Welte1-25/+53
2012-11-16SMPP: Implement ALERT NOTIFICATION on attach/detach of subscribersHarald Welte3-2/+78
2012-11-16SMPP: Deal with DCS according to 03.38 and respect TP-PIDHarald Welte1-12/+11
2012-11-16SMPP: Introduce wrapper macro to memset all structures to zeroHarald Welte1-8/+14
2012-11-16SMPP: Introduce ESME reference coountingHarald Welte4-18/+64
2012-11-16SMPP: Implement transaction mode for SUBMIT-SMHarald Welte3-1/+78
2012-11-16Initial support of SMPP interface for MT-SMSHarald Welte4-0/+765
2012-11-11sms: Re-order the include files after the separationf OpenBSC and osmocoreHolger Hans Peter Freyther1-3/+5
2012-11-02sms_queue: It is a bad idea to detach a subscriber on failed deliveryHolger Hans Peter Freyther1-13/+0
2012-09-19nncc_builtin: send CHAN MODE MODIFY after CALL PROCEEDINGHarald Welte1-6/+6
2012-09-11misc: Address compiler warning on unused variablesHolger Hans Peter Freyther2-6/+4
2012-08-17VTY: improve VTY prompt and make sure exit/end works everywhereHarald Welte1-1/+3