Hello All,
"People who cannot participate please make some arrangement for them like
live streaming and chat support. <http://www.ustream.tv/ support free live
streaming> "
I'd like to vote for this point as I wont be able to attend either but love
to be there.
Sincerely,
Martin
On Friday, March 30, 2012, Akib Sayyed <akibsayyed(a)gmail.com> wrote:
> even i am in.people who cannot participate please make some
> arrangement for them like live streaming and chat support.
> <http://www.ustream.tv/ support free live streaming>
>
> On Fri, Mar 30, 2012 at 5:07 PM, Sergio 'shadown' Alvarez
> <shadown(a)gmail.com> wrote:
>> The idea sounds great to me too.
>>
>> On Mar 30, 2012, at 12:06 PM, Tobias Engel wrote:
>>
>>> On 29.03.2012 21:41, Peter Stuge wrote:
>>>> Harald Welte wrote:
>>>>> I was pondering to start a regular Osmocom meeting (monthly or
>>>>> bi-weekly) in Berlin.
>>>> ..
>>>>> What do you generally think about this?
>>>>
>>>> I say go for it. Bi-weekly sounds good.
>>>
>>> I would say monthly is more realistic. But I'm also fine with bi-weekly.
>>
>> Bi-weekly would give more chances to people who travel a lot, to at
least make it to it once a month.
>>
>>>>> What day of the week should we be aiming at?
>>>>
>>>> I like Wednesday.
>>>
>>> Me too.
>>>
>>> -Tobias
>>>
>>
>>
>
>
>
> --
> Akib Sayyed
> Matrix-Shell
> akibsayyed(a)gmail.com
> akibsayyed(a)matrixshell.com
> Mob:- +91-966-514-2243
>
>
Can you record the video about the presentations and upload to some video
sharing site ? I'm certain, that there would be some interest watching it :)
Thanks,
Zsombor
On 2012.03.30. 13:33, "Tobias Engel" <t-openbsc(a)tobias.org> wrote:
On 29.03.2012 21:41, Peter Stuge wrote:
> Harald Welte wrote:
>> I was pondering to start a regular ...
I would say monthly is more realistic. But I'm also fine with bi-weekly.
>> What day of the week should we be aiming at?
>
> I like Wednesday.
Me too.
-Tobias
Hello
I want to know how to implement a real DOS in the real cellular network
using RACH Flood.As you know, using OsmocomBB ,you can only send flood to
one ARFCN at one time, so the phone can seaching for another ARFCN. So I
think the RACH Flood is less effective in practice, how about it? and if
not,a better suggestion on DOS in Cellular network?
Thanks!
Hi list,
sorry for this tedious question. I've already read a previous post about my
problem but has not been useful (
http://lists.osmocom.org/pipermail/baseband-devel/2011-October/002351.html).
I've this error after the make:
checking for ranlib... ranlib
./configure: line 3508: syntax error near unexpected token `LIBOSMOCORE,'
./configure: line 3508: `PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore)'
make: *** [host/layer23/Makefile] Error 2
My settings with the last versions of sources:
- Linux ubuntu 2.6.38-11-generic-pae #50-Ubuntu SMP Mon Sep 12 22:21:04 UTC
2011 i686 i686 i386 GNU/Linux
-
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/root/cell_logger/tool-chain/install/bin
- arm-elf-gcc -v (installed with
http://bb.osmocom.org/trac/wiki/GnuArmToolchain)
Using built-in specs.
Target: arm-elf
Configured with: ./configure elf
Thread model: single
gcc version 4.2.3
- Makefile:
# this is the host tuple of your cross-toolchain
CROSS_HOST ?= $(shell which arm-elf-gcc >/dev/null 2>&1 && echo arm-elf ||
echo arm-none-eabi)
# this is the prefix of your cross-toolchain programs
CROSS_TOOL_PREFIX=$(CROSS_HOST)-
Any tips? :)
Thank you very much,
AL
Dear Osmocom community,
This email to inform you that the call for participation for the next Libre Software Meeting (LSM or RMLL: Rencontres Mondiales du Logiciel Libre) ends on 31st March: http://2012.rmll.info/en/participate/call-for-papers
This edition will take place in Geneva from 7th to 12th July 2012 (7-8 general public days, 9-12 theme focused, professional).
It would be of great interest for the communities to learn about the Osmocom projects in presentations or workshop. Real world applications would be interesting too.
So please don't hesitate to directly submit.
Don't hesitate also to contact me for more information.
Mathias Coinchon
Hi;
I am trying to run rssi.highram.bin on gta02(openmoko) following this [1]
gta02 is running SHR-lite distro
So far I have
1. cross-compiled rssi firmware using arm-elf- toolchain
2. cross-compiled osmocon for phone using arm-angstrom-linux-gnueabi- [2]
make -e CROSS_TOOL_PREFIX=arm-angstrom-linux-gnueabi-
HOST_CONFARGS="--host=armv4t-angstrom-linux-gnueabi"
3. Make sure that nothing else is using /dev/ttySAC0
4. loaded rssi firmware on gta02 by running on gta02
./osmocon -i 13 -m romload -p /dev/ttySAC0 rssi.highram.bin
Firmware loads succesfully when I toggle power of baseband using
echo 0 >/sys/bus/platform/devices/neo1973-pm-gsm.0/power_on && echo 1
>/sys/bus/platform/devices/neo1973-pm-gsm.0/power_on
but it scans only ARFCN 1 :<
SIM is present but since /dev/ttySAC0 is only claimed by osmocon, I dont
think it can be used by ogsmd
[1] http://bb.osmocom.org/trac/wiki/OpenMokohttp://bb.osmocom.org/trac/wiki/OpenMoko
[2] http://wiki.openmoko.org/wiki/Toolchainhttp://wiki.openmoko.org/wiki/Toolchain
My QUESTIONS are:
=================
1. How can I Scan all ARFCN?
2. Can we use /dev/ttySAC0 for gsm & other things after the firmware is
loaded on baseband?
LOG FILE:
http://baseband-devel.722152.n3.nabble.com/file/n3863628/log log
--
View this message in context: http://baseband-devel.722152.n3.nabble.com/RSSI-Firmware-of-OpenMoko-GTA02-…
Sent from the baseband-devel mailing list archive at Nabble.com.
i am assuming that you are using one osmocom phone setup and one normal phone.
try to do as follows
take 3 osmocom phones
then try dos with 2 phones and put sim in 3rd and lock to same arfcn
and then see what happens.
cheeers
On Tue, Mar 27, 2012 at 3:30 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. about RACH DOS (gcc)
>
>
> ---------- Forwarded message ----------
> From: gcc <gouchengcheng(a)gmail.com>
> To: baseband-devel(a)lists.osmocom.org
> Cc:
> Date: Mon, 26 Mar 2012 23:44:16 -0700 (PDT)
> Subject: about RACH DOS
> I am a student in a University studying on the security of GSM, recently I
> want use osmocomBB to realize the RACH DOS attack mentioned in Dieter
> Spaar`s speech. but I meet some difficulty.
>
> I do as follow:
>
> continuely sending RACH to a cell,and ignore the GSM48_MT_RR_IMM_ASS
> message ,also i lock my phone to the attacked cell,but after some time,the
> phone can still call to some phone ,why?
>
> can anyone help me?
>
> thanks!
>
> --
> View this message in context: http://baseband-devel.722152.n3.nabble.com/about-RACH-DOS-tp3860492p3860492…
> Sent from the baseband-devel mailing list archive at Nabble.com.
>
>
>
> _______________________________________________
> baseband-devel mailing list
> baseband-devel(a)lists.osmocom.org
> https://lists.osmocom.org/mailman/listinfo/baseband-devel
>
--
Akib Sayyed
Matrix-Shell
akibsayyed(a)gmail.com
akibsayyed(a)matrixshell.com
Mob:- +91-966-514-2243
I am a student in a University studying on the security of GSM, recently I
want use osmocomBB to realize the RACH DOS attack mentioned in Dieter
Spaar`s speech. but I meet some difficulty.
I do as follow:
continuely sending RACH to a cell,and ignore the GSM48_MT_RR_IMM_ASS
message ,also i lock my phone to the attacked cell,but after some time,the
phone can still call to some phone ,why?
can anyone help me?
thanks!
--
View this message in context: http://baseband-devel.722152.n3.nabble.com/about-RACH-DOS-tp3860492p3860492…
Sent from the baseband-devel mailing list archive at Nabble.com.