Commit Graph

115 Commits

Author SHA1 Message Date
FlUxIuS 6fbc4f817d Fixing a faulty operation with bool 2023-01-05 19:32:21 +01:00
FlUxIuS ed3ebc9bc2 Update all version 2023-01-05 19:26:03 +01:00
FlUxIuS 932169ace8 Updating SR submodules URL 2023-01-05 19:16:11 +01:00
FlUxIuS 05ae1484db Updating submodules' URL 2023-01-05 19:09:44 +01:00
Michael Iedema e168a262db update CommonLibs ref to revert localhost-only binding 2016-07-13 05:37:19 -07:00
Michael Iedema 4297eb28e2 update ref to CommonLibs 2016-07-06 12:22:03 -07:00
Michael Iedema 26cfd2fc78 also allow libosip2-11 2016-06-21 14:54:52 +02:00
Michael Iedema ba7444bb79 fix package compat for ubuntu 16.04 2016-05-26 13:12:45 -07:00
Michael Iedema d63ad929c0 bump CommonLibs to use new UDPSocket::read() 2016-05-06 18:26:38 +02:00
Harvind Samra e6bcb06215 Actually use the content-transfer-encoding field in the message to decide how to encode the RPDU, since OpenBTS actually uses this field to decide how to decode the RPDU. 2016-05-05 10:09:44 +02:00
Michael Iedema 97c59b64a3 use https instead of ssh auth on submodules 2015-01-28 12:09:23 +01:00
Martin Hauke df1e2310f5 Fix no-return-in-nonvoid-function
RPM post-build-checks found some issues and marks these as errors.

I: Program returns random data in a function
E: openbts-public no-return-in-nonvoid-function QueuedMsgHdrs.h:63, 153, 179
2015-01-12 15:57:28 +01:00
Michael Iedema 702094d758 drop master from moniker 2014-12-08 14:48:57 +01:00
Michael Iedema 9480a5ea9b avoid signing travis build 2014-12-04 22:45:04 +01:00
Michael Iedema 5018972ee2 use updated NM w/auto-confirming install script 2014-12-04 22:38:44 +01:00
Michael Iedema 6dfee1cade sync from commercial a3efcbba3620e10c56c2ce1deb6fe347e9489e7f 2014-12-04 22:26:37 +01:00
Olga Bobrova a16b3001e3 make openbts agnostic of OS-default libosip2 version 2014-08-15 18:11:37 -07:00
Michael Iedema 667f928701 bump SR reference to newest 2014-07-16 08:41:49 +02:00
Michael Iedema c0cde98377 sync to latest NodeManager submodule 2014-07-16 07:32:04 +02:00
Michael Iedema 88c0a52550 adjust travis script to use new libzmq installer 2014-07-16 07:18:16 +02:00
Michael Iedema a73402e37b sync to latest NodeManager submodule 2014-07-16 07:17:39 +02:00
Michael Iedema 83d7746792 sync submodules to 5.0 preview versions 2014-07-16 07:02:43 +02:00
Michael Iedema 4649126cf1 unhook intree sqlite3 submodule, no longer needed 2014-07-16 07:00:01 +02:00
Michael Iedema 5bc25ab35b merge 5.0 preview from commercial 2014-07-16 06:56:39 +02:00
Michael Iedema a53ff24605 auto-extract repo revs from svn or git as needed - closes issue #5 2014-06-20 20:09:47 +02:00
Michael Iedema 6608dcd6df - bump reference to newest CommonLibs 2014-04-18 11:21:48 +02:00
Dave Gotwisner 2c65275472 Bug 1707
Change __DATE__ to TIMESTAMP_ISO in Version string.
(upstream r8175)
2014-04-18 11:21:05 +02:00
Michael Iedema aeeedadbe9 - bump reference to newest CommonLibs 2014-04-18 10:28:08 +02:00
Michael Iedema 853aa0f581 Revert "r8122"
This reverts commit 7b6884a044.
2014-04-10 06:14:27 +02:00
svangundy 7b6884a044 r8122
"1373 Audit SIP.myPort, SIP.myIP, SIP.myIP2 and SubscriberRegistry.Port"
2014-04-04 21:40:56 +02:00
Michael Iedema 8b78b23b30 - sync to newest SR and NodeManager again, this time with upstream header fix 2014-03-31 13:46:11 +02:00
Michael Iedema 0fef01877f - sync to latest SR submodule bits
- sync to latest NodeManager submodule bits
2014-03-31 13:29:32 +02:00
svangundy 274df56751 Fixed zero length sms message in both text and 3gpp mode. Fixed many crahses along the way. Changes were made in openbts and smqueue. Fixed issue with loading smqueue from back up file. All cases of plain text and 3gpp are working now. Improved logging in smqueue. Fixed error where data was be sent in 3gpp mode when text was selected. 2014-03-31 12:54:03 +02:00
Michael Iedema 871679385c - sync to new subscriberRegistry
- sync to new CommonLibs
- add libcoredumper build logic to travis definition
2014-03-31 12:45:32 +02:00
svangundy ce5ee2d9c0 Required files for rev 8007 2014-03-28 19:48:15 +01:00
svangundy b34ac5902a Fixed mismatch in files between openbts and smqueue.
Fixed all places where + was not being sent. Plus can't be sent as a digit it has to be encoded as an international type.
Fixed error where # is displayed in reply address for +.
SMS reply not working with plus in from address.
Fixed all places in smqueue that crash on purpose when bad data is found.
Fixed several other crashes related to handling missing tags.
Added support for receiving addresses with and without +. Whether a + is received or not depends on what the sender enters.
3gpp mode is working.
Fixed error where smqueue gets into an infinite loop when restarted with bad messages in the queue.
2014-03-28 19:46:50 +01:00
svangundy e69dc10abc Checkpoint check in. Basic smqueue 3gpp functionality is working. Many, I hope all, crashes on invalid data are gone. Not working: addresses with a plus in them, text mode. Flag to force tags from openbts is enabled 2014-03-28 19:43:20 +01:00
svangundy c6c98fba0e Made minor logging changes in smqueue to aid in debugging 2014-03-28 19:41:07 +01:00
Michael Iedema acaac051cb - quiet down the notifications 2014-03-28 14:21:40 +01:00
Michael Iedema d70d597f37 - init and update SR so .gitmodules can be manipulated
- then init and update recursively
2014-03-28 12:46:54 +01:00
Michael Iedema f4cbcd644d - let smqueue build on other architectures 2014-03-28 12:35:57 +01:00
Michael Iedema 154649e49e - hook submodule to NodeManager master
- update SR submodule
2014-03-28 12:33:15 +01:00
Michael Iedema 65894baad7 - resync to NodeManager
- resync to SR
2014-03-26 00:00:42 +01:00
Michael Iedema 89afd3ad77 - updating SR 2014-03-25 16:02:52 +01:00
Michael Iedema 70dbf61b84 regenerate smqueue.example.sql
update NodeManager
2014-03-25 02:07:50 +01:00
Michael Iedema 6914eeca7e merged in commercial smqueue 2014-03-25 00:58:33 +01:00
Michael Iedema db01753ed4 ignore build artifacts 2014-03-22 16:37:40 +01:00
Michael Iedema a3d81dc8dc replicating svn:externals behavior with git modules tracking master (git >=1.8.2 needed to support this) 2014-03-22 16:30:52 +01:00
Kurtis Heimerl 8fc49cf796 SMQ build warning removal
git-svn-id: http://wush.net/svn/range/software/public/smqueue/trunk@6709 19bc5d8c-e614-43d4-8b26-e1612bc8e597
2013-10-15 02:47:59 +00:00
Michael Iedema d2339b68bc - reinstate runloop as quite a few installs might be depending on it
git-svn-id: http://wush.net/svn/range/software/public/smqueue/trunk@6509 19bc5d8c-e614-43d4-8b26-e1612bc8e597
2013-09-19 05:55:07 +00:00