Its my 1st mail to the list.
I m doing research on osmocom-bb from couple of days.
Still m unable to understand what this software EXACTLY do. i.e. what are
its applications.
Can anyone help me out or share a much useful link which will help me
understand the use/applications of this software?
I'll be greatful
Hi all.
I've just noticed (yepp, I'm very observant :) that COPYING in libosmocore is GPLv2.
Is there any particular reason we still do not use GPLv3?
cheers,
Max.
Recently read some about the GSM CCCH SDCCH TS0 TS1 TS2 TS3 TS4 TS5 TS6 TS7
several data, seemed to understand a few, but about ccch_scan this program,
it takes TS0 or???
--
View this message in context: http://baseband-devel.722152.n3.nabble.com/file-opt-webapps-r350-WEB-INF-cl…
Sent from the baseband-devel mailing list archive at Nabble.com.
Attached is simple patch which adds little-endian & big-endian macro to move bytes to
and from multibyte integer types like uint16_t, uint32_t etc.
Some of this code is used right away in msgb.h but it will also be used in kasumi
implementation later on.
--
best regards,
Max, http://fairwaves.ru
Hello.
Attached is a trivial patch which breaks existing GPRS cipher API of libosmocore by
switching from fixed 64-bit length Kc to variable-length.
There are several justifications for that:
- compliance with ETSI TS 155.22 (GEA4 - 128 bits Kc) and all further versions
- similarity to existing auth api (osmocom/crypt/auth.h uses 128 bits as well)
- nobody uses this API anyway (except my other patches with GEA)
- patch breaks nothing within libosmocore (make check succeeds) and openbsc (uses
gea0 only)
That's why I think next libosmocore version should apply this patch and change unused
API before someone actually start using it and makes transition more difficult.
--
best regards,
Max, http://fairwaves.ru