From laforge at gnumonks.org Fri Jul 1 19:56:19 2016 From: laforge at gnumonks.org (Harald Welte) Date: Fri, 1 Jul 2016 21:56:19 +0200 Subject: OsmocomBB hardware migration to SDR In-Reply-To: References: <20160624083309.GH14342@nataraja> Message-ID: <20160701195619.GA6405@nataraja> On Tue, Jun 28, 2016 at 06:51:57PM +0600, Vadim Yanitskiy wrote: > As I know, both L2 and L3 in 3G is the same as in 2G. Only L1 isn't. Wrong. Only some part of L3 is inherited (and significantly extended). L2 is completely different, L1 and the radio modem couldn't be any more different. The L3 "changes" on the PS side are bigger than those on the CS side. UMTS is not one telphony system, but more like an arbitray number of tools in a toolbox able to create any possible telephony system from it. Try understanding the phyiscal channels, transport channels and transport channel bundles of L2. That alone is a nightmare of complexity. -- - Harald Welte http://laforge.gnumonks.org/ ============================================================================ "Privacy in residential applications is a desirable marketing option." (ETSI EN 300 175-7 Ch. A6) From axilirator at gmail.com Thu Jul 7 18:14:27 2016 From: axilirator at gmail.com (Vadim Yanitskiy) Date: Fri, 8 Jul 2016 00:14:27 +0600 Subject: [PATCH] Makefile: add forgotten gsmmap to (dist)clean section Message-ID: <20160707181427.721-1-axilirator@gmail.com> --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile b/src/Makefile index 8075082..2d43f9c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -99,6 +99,7 @@ clean: make -C host/layer23 $@ make -C host/osmocon $@ make -C host/trxcon $@ + make -C host/gsmmap $@ make -C target/firmware $@ make -C target/firmware -f Makefile.mtk $@ @@ -107,5 +108,6 @@ distclean: make -C host/layer23 $@ make -C host/osmocon $@ make -C host/trxcon $@ + make -C host/gsmmap $@ # 'firmware' also handles 'mtk-firmware' make -C target/firmware $@ -- 2.9.0 From axilirator at gmail.com Thu Jul 7 18:55:34 2016 From: axilirator at gmail.com (Vadim Yanitskiy) Date: Fri, 8 Jul 2016 00:55:34 +0600 Subject: [PATCH] Makefile: add forgotten gsmmap to (dist)clean section In-Reply-To: <20160707181427.721-1-axilirator@gmail.com> References: <20160707181427.721-1-axilirator@gmail.com> Message-ID: <20160707185534.2915-1-axilirator@gmail.com> --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile b/src/Makefile index a145880..00231a6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -85,6 +85,7 @@ clean: make -C shared/libosmocore/build-target $@ make -C host/layer23 $@ make -C host/osmocon $@ + make -C host/gsmmap $@ make -C target/firmware $@ make -C target/firmware -f Makefile.mtk $@ @@ -92,5 +93,6 @@ distclean: rm -rf shared/libosmocore/build-target make -C host/layer23 $@ make -C host/osmocon $@ + make -C host/gsmmap $@ # 'firmware' also handles 'mtk-firmware' make -C target/firmware $@ -- 2.9.0 From sami.0jacob0 at gmail.com Mon Jul 25 16:34:46 2016 From: sami.0jacob0 at gmail.com (sami) Date: Mon, 25 Jul 2016 19:34:46 +0300 Subject: osmocombb paging group problem References: <60EA8F12-AB37-4BB2-BDFA-51F5ADB39655@gmail.com> Message-ID: Dear all, I have been testing the mobile app for some time but I faced a small problem where not all my sim cards work fine when listening to paging messages. I have seen the patch presented by Harald Welte and I printed the value of ?tn? and found out that it is always 0 whatever the IMSI of the sim card is. Did I miss something or is the paging group part still not implemented in the mobile app. I really appreciate any help. From robert.steve07 at gmail.com Tue Jul 26 15:49:16 2016 From: robert.steve07 at gmail.com (robert) Date: Tue, 26 Jul 2016 18:49:16 +0300 Subject: rx sensitivity issue Message-ID: <6658AF23-6462-4AE5-AD78-4DD62DD375BD@gmail.com> Hi, when using the mobile app I cannot connect to the BTS unless I get my phone outside any building, although when using the original firmware I can connect from inside my room. Is there a way to increase the sensitivity of the phone ? From axilirator at gmail.com Sat Jul 30 13:31:35 2016 From: axilirator at gmail.com (Vadim Yanitskiy) Date: Sat, 30 Jul 2016 19:31:35 +0600 Subject: rx sensitivity issue Message-ID: Hi Robert, There are many possible issues, which can cause your problem. So, it would be good to see more details. Please, prepare two measurements using cell_log application: one inside any building, and another one outside. Attach both outputs from the cell_log and from the osmocon. I have several phones, and some of them have different RX signal level. I think, it's due to individual calibration tables, which aren't used in OsmocomBB firmware. BTW: if your phone's case is open, make sure that antenna is connected to the phone's board. With best regards, Vadim Yanitskiy. -------------- next part -------------- An HTML attachment was scrubbed... URL: From craig_comstock at yahoo.com Sun Jul 31 17:05:52 2016 From: craig_comstock at yahoo.com (Craig Comstock) Date: Sun, 31 Jul 2016 17:05:52 +0000 (UTC) Subject: layer 1 port to nuttx-bb progress? References: <62573346.6913351.1469984752125.JavaMail.yahoo.ref@mail.yahoo.com> Message-ID: <62573346.6913351.1469984752125.JavaMail.yahoo@mail.yahoo.com> I have fernvale-nuttx running on a couple of MTK6260-based watch phones and plan on working on porting layer1 to these devices. https://www.kosagi.com/forums/viewtopic.php?id=407 I saw the most recent activity on nuttx-bb seems to be http://cgit.osmocom.org/nuttx-bb/log/?h=gnutoo/layer1-2015-wip wondering if anyone else is working on this elsewhere that we can coordinate? If there are any particular suggestions/hints/warnings please chime in so I make better progress and have less trouble when I submit pull requests and such. Cheers,Craig -------------- next part -------------- An HTML attachment was scrubbed... URL: