Hi all,
I have upated the wiki page at
http://openbsc.osmocom.org/trac/wiki/OsmoUserGroup/Berlin to indicate
the meeting dates for the next couple of months. So now it is clear
that even without any explicit separate announcement, we will be meeting
at the indicated date:
June 13, 2012
June 27, 2012
July 11, 2012
July 25, 2012
August 8, 2012
August 22, 2012
It had been requested to start a bit later (8pm instead of 7pm), and
from the next meeting onwards we will follow that request.
Looking forward to meeting you!
Regards,
Harald
--
- Harald Welte <laforge(a)gnumonks.org> http://laforge.gnumonks.org/
============================================================================
"Privacy in residential applications is a desirable marketing option."
(ETSI EN 300 175-7 Ch. A6)
Soory, but I don't know how,
anyone can give me some help?
--------- Original Message --------
Da: "Gabriele.rago" <gabriele.rago(a)email.it>
To: "baseband-devel(a)lists.osmocom.org"
<baseband-devel(a)lists.osmocom.org>
Oggetto: AT+CMMS command
Data: 18/06/12 00:16
Hello,
there is an AT command, AT+CMMS, wich description I report below:
"This command controls the continuity of SMS relay protocol link.
When feature is enabled (and supported by network) multiple messages
can besent much faster as link is kept open."
I tested this command on motorola E770 (UMTS) and really when I enable this
feature it is much faster in sending sms.
Is it possible to implent such feature in application "mobile" of
osmocom-bb project?
Hello,
there is an AT command, AT+CMMS, wich description I report below:
"This command controls the continuity of SMS relay protocol link.
When feature is enabled (and supported by network) multiple messages
can besent much faster as link is kept open."
I tested this command on motorola E770 (UMTS) and really when I enable this
feature it is much faster in sending sms.
Is it possible to implent such feature in application "mobile" of
osmocom-bb project?
i am trying to run ccch_scan on OpenBTS network. but problem i am facing if
i am running ccch_scan i cant see any IMM ASS.
but when i run ccch_scan from non burst_ind (testing branch) then it does
show IMM ASS.
is it problem with burst_ind .
--
Akib Sayyed
Matrix-Shell
akibsayyed(a)gmail.com
akibsayyed(a)matrixshell.com
Mob:- +91-966-514-2243
Hi lists,
I spend one day, finally solved it myself.
1) i checked the schematic of gta02 carefully, and found the PCF50633 use GPIO2(gsm_on)
to control the power of GSM actually, and it have a test point H-TP1706.
2) i disassembled my gta02, then line out the H-TP1706 to my oscilloscope, i found the
gsm_on signal always LOW 1s, and HIGH 4.2s, it's very strange.
3) i checked the service list, i found the fsogsmd (it's ogsmd?), maybe it's the background
program. but i can't kill it.
4) finally, i try to set "disable = 0" in /etc/frameworkd.conf, reboot, my god, it solved.
but the http://bb.osmocom.org/trac/wiki/OpenMoko only says:
“disable ogsmd, ousaged, ophoned via /etc/frameworkd.conf”
i always think "disable = 1" should DISABLE it.
but actually, "disable = 0" = DISABLE it; and "disable = 1" = ENABLE it? why
it misleaded me so long, anybody can change it? thanks.
Aegean
======= 2012-06-14 09:40:32 =======
>Dear lists,
>
> i want porting rssi and osmocon to GTA02, let them run on GTA02 stand-alone.
> then i'll try to write a program to decoding the received data.
>
> i already cross-compiled the latest osmocon to GTA02,
> then i disabled "ogsmd,ousaged and ophoned" in /etc/frameworkd.conf (actually, them are disabled default),
> and i commented "device_port and modem_access" in fsogsmd.conf to disable everything accessed to the modem,
> after rebooting, the "fuser /dev/ttySAC0" shows none.
>
> but when i use "./osmocon -i 13 -m romload -p /dev/ttySAC0 rssi.highram.bin", and
> "echo 0 > /sys/bus/platform/devices/gta02-pm-gsm.0/power_on && echo 1 > ..."
> /\ my SHR kernel use this device name for GSM power
> the osmocon always stalls about at the block 40, for example:
> ... ...
> Preparing block 39, block checksum is 0x4c
> handle_write_block(): 1024 bytes (1024/1024)
> handle_write_block(): Block 39 finished
> Received block ack from phone
> Preparing block 40, block checksum is 0xd5
> handle_write_block(): 1024 bytes (1024/1024)
> handle_write_block(): Block 40 finished
> and i found that the osmocon start to download codes before my "GSM power reset", very strange,
>
> i tried the latest "SHR-core 20120427" and "unstable SHR-lite 20110822",
> i searched the list log, found "Dave" encounter the same problem, but he solved it after "re-flashing of the phone"
> i re-flashed the GSM firmware to latest Moko11 (before it's Moko10), but it's the same.
>
> BTW, i found that it always shows '1' when "cat /sys/bus/platform/devices/gta02-pm-gsm.0/power_on"
> even after "echo 0 >/sys/bus/platform/devices/gta02-pm-gsm.0/power_on", what's wrong?
>
> anyone can help help me?
> thanks very much.
>
>Best Regards
>Aegean
>2012-06-13
>
= = = = = = = = = = = = = = = = = = = =
Best regards
Aegean Chou
aegean2000(a)21cn.com
2012-06-14
Dear lists,
i want porting rssi and osmocon to GTA02, let them run on GTA02 stand-alone.
then i'll try to write a program to decoding the received data.
i already cross-compiled the latest osmocon to GTA02,
then i disabled "ogsmd,ousaged and ophoned" in /etc/frameworkd.conf (actually, them are disabled default),
and i commented "device_port and modem_access" in fsogsmd.conf to disable everything accessed to the modem,
after rebooting, the "fuser /dev/ttySAC0" shows none.
but when i use "./osmocon -i 13 -m romload -p /dev/ttySAC0 rssi.highram.bin", and
"echo 0 > /sys/bus/platform/devices/gta02-pm-gsm.0/power_on && echo 1 > ..."
/\ my SHR kernel use this device name for GSM power
the osmocon always stalls about at the block 40, for example:
... ...
Preparing block 39, block checksum is 0x4c
handle_write_block(): 1024 bytes (1024/1024)
handle_write_block(): Block 39 finished
Received block ack from phone
Preparing block 40, block checksum is 0xd5
handle_write_block(): 1024 bytes (1024/1024)
handle_write_block(): Block 40 finished
and i found that the osmocon start to download codes before my "GSM power reset", very strange,
i tried the latest "SHR-core 20120427" and "unstable SHR-lite 20110822",
i searched the list log, found "Dave" encounter the same problem, but he solved it after "re-flashing of the phone"
i re-flashed the GSM firmware to latest Moko11 (before it's Moko10), but it's the same.
BTW, i found that it always shows '1' when "cat /sys/bus/platform/devices/gta02-pm-gsm.0/power_on"
even after "echo 0 >/sys/bus/platform/devices/gta02-pm-gsm.0/power_on", what's wrong?
anyone can help help me?
thanks very much.
Best Regards
Aegean
2012-06-13
I reused the local_burst_decode function to decrypt the bursts offline.
If I filter bi->flags & BI_FLG_SACCH, the sms decryption is working:
local_burst_decode(struct l1ctl_burst_ind *bi)
...
if (bid == -1)
return;
/* new */
if (bi->flags & BI_FLG_SACCH)
return;
...
--
View this message in context: http://baseband-devel.722152.n3.nabble.com/bug-in-local-burst-decode-of-bur…
Sent from the baseband-devel mailing list archive at Nabble.com.
Hi!
How can I to know the number phone of my SuperSIM to use it in OpenBSC?
I need to know for probe telephone calls in OpenBSC because in this SIMs I
can know IMSI to register in HLR.
BS,
Arturo Rivas.
Hi,
I am trying to use burst_ind branch of osmocom. I have noticed that layer23 creates bursts****.dat files when it indicates uplink. What data are written to these files and what should I use to see its data? Thank you.