osmo-msc/openbsc/src
Holger Hans Peter Freyther b464fb4a89 db: Fix a bug where no pending SMS were found
The "sms send pending" VTY command did not work due a mismatch
of types. We are specifying a unsigned long long in the query
and provided DBI with a signed integer type. The result was a
failure do find any information.

Change the API to operate on unsigned long long that is matching
the id of the SMS and the Subscriber and the mismatch with the
query string is gone and pending SMS are sent.
2010-03-25 09:59:30 +01:00
..
input ipa: Fix the previous patch and initialize the fds to -1 2010-03-24 11:20:27 +01:00
ipaccess ipa: Make it possible to specify -w and -f in any order 2010-03-24 05:27:58 +01:00
mgcp automatically include program version and print it from vty and --version 2010-03-23 00:09:32 +08:00
sccp Merge remote branch 'origin/master' into on-waves/sccp 2010-02-26 20:18:24 +01:00
vty automatically include program version and print it from vty and --version 2010-03-23 00:09:32 +08:00
Makefile.am bsc: Start creating 08.08 like API 2010-03-25 09:07:28 +01:00
abis_nm.c increase the use of 'struct value_string' in abis_nm and gsm_data 2010-03-25 11:45:30 +08:00
abis_rsl.c lchan: Create a structure for MSC data of the lchan 2010-03-25 09:07:28 +01:00
bs11_config.c split 'libosmocore' from openbsc codebase 2010-02-20 16:27:23 +01:00
bsc_api.c bsc: Start creating 08.08 like API 2010-03-25 09:07:28 +01:00
bsc_hack.c bsc_hack: Add other known options to the list 2010-03-25 02:41:38 +01:00
bsc_init.c Move the version/copyright string to a separate file 2010-03-24 10:24:38 +01:00
bsc_rll.c lchan: Create a structure for MSC data of the lchan 2010-03-25 09:07:28 +01:00
bsc_version.c Move the version/copyright string to a separate file 2010-03-24 10:24:38 +01:00
bts_ipaccess_nanobts.c split 'libosmocore' from openbsc codebase 2010-02-20 16:27:23 +01:00
bts_siemens_bs11.c split 'libosmocore' from openbsc codebase 2010-02-20 16:27:23 +01:00
bts_unknown.c split 'libosmocore' from openbsc codebase 2010-02-20 16:27:23 +01:00
chan_alloc.c Store the GSM BTS in the gsm subscriber connection 2010-03-25 09:07:28 +01:00
db.c db: Fix a bug where no pending SMS were found 2010-03-25 09:59:30 +01:00
debug.c debug: Make the global target loglevel overwrite the category level 2010-03-25 02:57:03 +01:00
e1_config.c split 'libosmocore' from openbsc codebase 2010-02-20 16:27:23 +01:00
e1_input.c split 'libosmocore' from openbsc codebase 2010-02-20 16:27:23 +01:00
gsm_04_08.c lchan: Change transaction to work on the GSM Subscriber Connection 2010-03-25 09:07:28 +01:00
gsm_04_08_utils.c lchan: Change transaction to work on the GSM Subscriber Connection 2010-03-25 09:07:28 +01:00
gsm_04_11.c sms: Remove some more occurences of the GSM lchan 2010-03-25 09:07:28 +01:00
gsm_04_80.c split 'libosmocore' from openbsc codebase 2010-02-20 16:27:23 +01:00
gsm_data.c increase the use of 'struct value_string' in abis_nm and gsm_data 2010-03-25 11:45:30 +08:00
gsm_subscriber.c add (and use) new subscr_name() function to get name or IMSI 2009-12-24 14:50:24 +01:00
gsm_subscriber_base.c lchan: Create a structure for MSC data of the lchan 2010-03-25 09:07:28 +01:00
handover_decision.c split 'libosmocore' from openbsc codebase 2010-02-20 16:27:23 +01:00
handover_logic.c lchan: Change transaction to work on the GSM Subscriber Connection 2010-03-25 09:07:28 +01:00
isdnsync.c move openbsc into its own subdirectory 2009-06-10 05:40:52 +08:00
meas_rep.c meas_rep: utility function for processing of measurement reports 2009-12-21 13:33:10 +01:00
mgcp.cfg [mgcp] Make the number of endpoints configurable... 2009-11-20 14:05:17 +01:00
mncc.c lchan: Change transaction to work on the GSM Subscriber Connection 2010-03-25 09:07:28 +01:00
openbsc.cfg.1-1 [BS11] don't put invalid channel combination into the config file 2009-12-04 11:23:12 +05:30
openbsc.cfg.1-2 [network] Make use of T3113 for paging 2009-11-22 05:28:24 +01:00
openbsc.cfg.2-2 [BS11] don't put invalid channel combination into the config file 2009-12-04 11:23:12 +05:30
openbsc.cfg.nanobts [network] Make use of T3113 for paging 2009-11-22 05:28:24 +01:00
paging.c split 'libosmocore' from openbsc codebase 2010-02-20 16:27:23 +01:00
rest_octets.c Create new gprs-conf branch with the non-SGSN part of the gprs branch 2010-03-22 19:02:04 +08:00
rrlp.c [signal] Differentiate paging success from expiration in SS_PAGING 2010-01-07 10:37:40 +01:00
rs232.c split 'libosmocore' from openbsc codebase 2010-02-20 16:27:23 +01:00
rtp_proxy.c [rtp] Describe the struct in a way that it will work for Big Endian too 2010-02-26 13:12:41 +01:00
silent_call.c lchan: Create a structure for MSC data of the lchan 2010-03-25 09:07:28 +01:00
subchan_demux.c split 'libosmocore' from openbsc codebase 2010-02-20 16:27:23 +01:00
system_information.c gprs: remove (the already unused) si13_template 2010-03-22 19:04:46 +08:00
talloc_ctx.c split 'libosmocore' from openbsc codebase 2010-02-20 16:27:23 +01:00
telnet_interface.c automatically include program version and print it from vty and --version 2010-03-23 00:09:32 +08:00
token_auth.c split 'libosmocore' from openbsc codebase 2010-02-20 16:27:23 +01:00
transaction.c lchan: Change transaction to work on the GSM Subscriber Connection 2010-03-25 09:07:28 +01:00
trau_frame.c logging: introduce log levels at caller site 2009-12-17 23:10:46 +01:00
trau_mux.c split 'libosmocore' from openbsc codebase 2010-02-20 16:27:23 +01:00
ussd.c lchan: Create a structure for MSC data of the lchan 2010-03-25 09:07:28 +01:00
vty_interface.c lchan: Create a structure for MSC data of the lchan 2010-03-25 09:07:28 +01:00
vty_interface_layer3.c split 'libosmocore' from openbsc codebase 2010-02-20 16:27:23 +01:00