Signed-off-by: Max <max.suraev(a)fairwaves.co>
---
debian/README.source | 1 +
debian/control | 17 ++++++++++++++---
debian/copyright | 15 ++-------------
3 files changed, 17 insertions(+), 16 deletions(-)
create mode 100644 debian/README.source
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..982a696
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1 @@
+We do some Debian-specific source patching magic. See debian/patches for clarification.
diff --git a/debian/control b/debian/control
index 7de6358..1470e73 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libosmocore
Section: libs
Priority: optional
Maintainer: Harald Welte <laforge(a)gnumonks.org>
-Build-Depends: debhelper (>= 9), autotools-dev, autoconf, automake, libtool, dh-autoreconf, libdpkg-perl, git, doxygen, libpcsclite-dev, pkg-config
+Build-Depends: debhelper (>= 9), autotools-dev, autoconf, automake, libtool, dh-autoreconf, libdpkg-perl, git, doxygen, libpcsclite-dev, pkg-config, quilt
Standards-Version: 3.9.6
Homepage: http://bb.osmocom.org/trac/wiki/libosmocore
Vcs-Git: git://git.osmocom.org/libosmocore.git
@@ -14,6 +14,7 @@ Architecture: any
Depends: libosmocodec0, libosmocore6, libosmogb3, libosmogsm5, libosmovty1, ${misc:Depends}
Multi-Arch: foreign
Description: Open Source MObile COMmunications CORE library
+ Metapackage for Open Source MObile COMmunications CORE library.
Package: libosmocodec0
Section: libs
@@ -21,6 +22,7 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Osmo codec library
+ Open Source MObile COMmunications codec library.
Package: libosmocore6
Section: libs
@@ -28,6 +30,7 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Osmo Core library
+ Open Source MObile COMmunications CORE library.
Package: libosmogb3
Section: libs
@@ -35,6 +38,7 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Osmo GPRS GB library
+ Open Source MObile COMmunications library containing GPRS support functions.
Package: libosmogsm5
Section: libs
@@ -42,6 +46,7 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Osmo GSM utility library
+ Open Source MObile COMmunications library implementing various GSM routines.
Package: libosmovty1
Section: libs
@@ -49,6 +54,7 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Osmo VTY library
+ Open Source MObile COMmunications library implementing VTY interface.
Package: libosmoctrl0
Section: libs
@@ -56,6 +62,7 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Osmo control library
+ Open Source MObile COMmunications control library.
Package: libosmosim0
Section: libs
@@ -63,19 +70,22 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Osmo SIM library
-
+ Open Source MObile COMmunications SIM library.
+
Package: libosmocore-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, libosmocore
+Depends: ${misc:Depends}, libosmocore, libjs-jquery
Multi-Arch: same
Description: Development headers for Open Source MObile COMmunications CORE library
+ Open Source MObile COMmunications library development files.
Package: libosmocore-utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libosmocore
Multi-Arch: same
Description: Utilities for gsm
+ Open Source MObile COMmunications library utilities.
Package: libosmocore-dbg
Architecture: any
@@ -84,3 +94,4 @@ Priority: extra
Depends: libosmocore (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: Debug symbols for Open Source MObile COMmunications CORE library
+ Debug version of Open Source MObile COMmunications CORE library.
diff --git a/debian/copyright b/debian/copyright
index c450be5..c2bfe66 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,7 +6,7 @@ It was downloaded from:
git://git.osmocom.org/libosmocore.git
-Upstream Author(s):
+Upstream Authors:
Harald Welte <laforge(a)gnumonks.org>
Holger Hans Peter Freyther <zecke(a)selfish.org>
@@ -36,19 +36,8 @@ Copyright:
License:
GNU General Public License, Version 2 or later
+ see "/usr/share/common-licenses/GPL-2"
The Debian packaging is:
Copyright (C) 2010 Harald Welte <laforge(a)gnumonks.org>
-
-# Please chose a license for your packaging work. If the program you package
-# uses a mainstream license, using the same license is the safest choice.
-# Please avoid to pick license terms that are more restrictive than the
-# packaged work, as it may make Debian's contributions unacceptable upstream.
-# If you just want it to be GPL version 3, leave the following lines in.
-
-and is licensed under the GPL version 3,
-see "/usr/share/common-licenses/GPL-3".
-
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.
--
2.1.0
Hi there,
I am sorry to bother you but I am really confused by recent experiment.
When I was doing the GSM sniffing I found that some of sms messages that
were sent continuesly were missing, I can only capture 50-60% of all test
messages. By analyzing wireshark data I found that osmocom program keeps
tracking packets(lapdm) once an Immediate Assignment captured and if at the
same time there comes another Immediate Assignment the program will miss
it.I think this is the reason why i lost some messages.So is there any
suggestions I can fix this up? Like using a backup phone to capture the
second Immediate Assignment during one period?
Thanks,
Swift
--
View this message in context: http://baseband-devel.722152.n3.nabble.com/Missing-packet-when-sniffing-by-…
Sent from the baseband-devel mailing list archive at Nabble.com.
Sanchit,
You might want to consider applying this patch.
Ravi Sharan.
On Sun, Jan 25, 2015 at 2:43 PM,
<baseband-devel-request(a)lists.osmocom.org> wrote:
> Send baseband-devel mailing list submissions to
> baseband-devel(a)lists.osmocom.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.osmocom.org/mailman/listinfo/baseband-devel
> or, via email, send a message with subject or body 'help' to
> baseband-devel-request(a)lists.osmocom.org
>
> You can reach the person managing the list at
> baseband-devel-owner(a)lists.osmocom.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of baseband-devel digest..."
>
> Today's Topics:
>
> 1. Regarding Mobile Application of Osmocombb . Core Dumped.
> Ubuntu 14.04 (Sanchit Agarwal)
>
>
> ---------- Forwarded message ----------
> From: Sanchit Agarwal <sanchit.k.agarwal(a)gmail.com>
> To: baseband-devel(a)lists.osmocom.org
> Cc:
> Date: Wed, 21 Jan 2015 01:38:27 +0530
> Subject: Regarding Mobile Application of Osmocombb . Core Dumped. Ubuntu 14.04
> Hi
> I have compiled mobile app with tx support .
> i.e i have checked-out the testing branch .
>
> Layer 1 seems to be uploaded to the mobile phone successfully.
>
> But the program crashes every-time there is a successful connection with the network service provider.
>
> I am attaching my mobile.log and layer1.log file along for debugging.
>
> Hoping some one replies.
>
>
> " mmsgb(0x8955b0): Not enough headroom msgb_push (4285966792 < 7)
> errors
> Dropping frame with 66 bit errors
> Dropping frame with 65 bit errors
> Dropping frame with 58 bit errors
> Dropping frame with 56 bit errors
> LOSS counter for CCCH 57
> Dropping frame with 66 bit errors
> Dropping frame with 66 bit errors
> Dropping frame with 65 bit errors
> Dropping frame with 65 bit errors
> Dropping frame with 70 bit errors
> Dropping frame with 65 bit errors
> Dropping frame with 80 bit errors
> LOSS counter for CCCH 53
> Dropping frame with 61 bit errors
> Dropping frame with 76 bit errors
> Dropping frame with 57 bit errors
> Dropping frame with 67 bit errors
> Dropping frame with 58 bit errors
> Dropping frame with 72 bit errors
> Dropping frame with 63 bit errors
> Dropping frame with 70 bit errors
> LOSS counter for CCCH 49
> Dropping frame with 57 bit errors
> Dropping frame with 61 bit errors
> Dropping frame with 52 bit errors
> Dropping frame with 77 bit errors
> Dropping frame with 60 bit errors
> Dropping frame with 57 bit errors
> Dropping frame with 76 bit errors
> LOSS counter for CCCH 45
> Dropping frame with 70 bit errors
> Dropping frame with 57 bit errors
> Dropping frame with 65 bit errors
> Dropping frame with 46 bit errors
> Dropping frame with 65 bit errors
> Dropping frame with 46 bit errors
> Dropping frame with 70 bit errors
> Dropping frame with 77 bit errors
> LOSS counter for CCCH 46
> Dropping frame with 51 bit errors
> Dropping frame with 56 bit errors
> Dropping frame with 65 bit errors
> Dropping frame with 59 bit errors
> Dropping frame with 65 bit errors
> Dropping frame with 60 bit errors
> Dropping frame with 72 bit errors
> Dropping frame with 79 bit errors
> Dropping frame with 75 bit errors
> Dropping frame with 59 bit errors
> Dropping frame with 72 bit errors
> Dropping frame with 66 bit errors
> Dropping frame with 69 bit errors
> Dropping frame with 70 bit errors
> Dropping frame with 65 bit errors
> Dropping frame with 69 bit errors
> Dropping frame with 66 bit errors
> Dropping frame with 82 bit errors
> Dropping frame with 80 bit errors
> LOSS counter for CCCH 86
> Dropping frame with 67 bit errors
> Dropping frame with 63 bit errors
> Dropping frame with 69 bit errors
> Dropping frame with 69 bit errors
> Dropping frame with 66 bit errors
> Dropping frame with 76 bit errors
> Dropping frame with 63 bit errors
> LOSS counter for CCCH 87
> Dropping frame with 53 bit errors
> Dropping frame with 54 bit errors
> LOSS counter for CCCH 88
> LOSS counter for CCCH 89
> Dropping frame with 46 bit errors
> Dropping frame with 50 bit errors
> Dropping frame with 45 bit errors
> backtrace() returned 10 addresses
> /usr/local/lib/libosmocore.so.6(osmo_panic+0xbe) [0x7f3ccd0745ce]
> /usr/local/lib/libosmogsm.so.5(lapdm_phsap_up+0x18e) [0x7f3cccc3cc5e]
> ./mobile() [0x438c29]
> ./mobile() [0x4394cc]
> /usr/local/lib/libosmocore.so.6(osmo_wqueue_bfd_cb+0x73) [0x7f3ccd071b63]
> /usr/local/lib/libosmocore.so.6(osmo_select_main+0x18f) [0x7f3ccd070b9f]
> ./mobile() [0x4048bf]
> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f3ccc679ec5]
> ./mobile() [0x404a46]
> "
>
>
> there is core dumped after this error.
>
> _______________________________________________
> baseband-devel mailing list
> baseband-devel(a)lists.osmocom.org
> https://lists.osmocom.org/mailman/listinfo/baseband-devel
>
--
Ravi Sharan B A G.
Without Filter Replacement can i use motorola c115 for OpenBTS?
or by just loading highram firmware can i able to get sms sent on any
networks and see them in wireshark?
P.S help required
Hello sir,
I'm from India, there is no encryption used, I used rtl sdr. In Kali Linux
successfully, but here hopping frequencies are used, so I want to try
osmocom, I did some search regarding this,but can you give me instructions
in steps to get GSM SMS sir.
Regards
HARI