This is a Mailman mailing list bounce action notice:
List: baseband-devel
Member: alex.id(a)vmail.me
Action: Subscription disabled.
Reason: Excessive or fatal bounces.
The triggering bounce notice is attached below.
Questions? Contact the Mailman site administrator at
mailman(a)lists.osmocom.org.
you're right, sorry
Le 14/03/2013 13:43, Andrew Back a écrit :
>
>
> On 14 Mar 2013 12:34, "choukoumoun" <choukoumoun(a)gmail.com
> <mailto:choukoumoun@gmail.com>> wrote:
> >
> > Hello,
> >
> > The SysmoBTS and SysmoBSC is Open Hardware ?
>
> Wrong list to ask questions about BTS/BSC, and questions about
> commercial products are best directed to the vendor.
>
> Regards,
>
> Andrew
>
Hello,
Is there a project, project start, see an idea about the protocol HNBAP
example mount a HNB-GW in opensource. if it is already past the list
forgive me thank you.
helow every body here i am from saudia arabia and nice to meet you in this
forum
i have problem when i compile the tool that writen in wiki
i dont konw what is the resone but i fllow all the step that in wiki
and when i run gsmmap it work good and it scan the all network and do
ccch_scan and cell_scan
becouse it is compile correctlly
but gsmmap dose not have wireshark and vty of bsc that mean it is not work
if any body can make gsmma work with wireshark and osmo-bts transcerver of
sylan manout
or ann body can make osmocom with all tool and app work as iso like gsmmap
thank you for your timing
--
View this message in context: http://baseband-devel.722152.n3.nabble.com/gsmmap-work-good-but-tp4025917.h…
Sent from the baseband-devel mailing list archive at Nabble.com.
Dear List
I am trying to decode SDCCH.
but I am not able to do it properly.
Here is part of burst_ind app_ccch.c code.
if (rv == 0)
{
uint8_t chan_type, chan_ts, chan_ss;
uint8_t gsmtap_chan_type;
struct osmo_phsap_prim pp;
/* Send to GSMTAP */
rsl_dec_chan_nr(bi->chan_nr, &chan_type, &chan_ss, &chan_ts);
gsmtap_chan_type = chantype_rsl2gsmtap(
chan_type,
bi->flags & BI_FLG_SACCH ? 0x40 : 0x00
);
gsmtap_send(gsmtap_inst,
arfcn, chan_ts, gsmtap_chan_type, chan_ss,
ntohl(bi->frame_nr), bi->rx_level, bi->snr,
l2, sizeof(l2)
);
here l2 is 23 byte.
I need to remove send it to lapdm to decode it further then will pass it to
RR.
Please help me in using Lapdm for decoding :)
--
Akib Sayyed
Matrix-Shell
akibsayyed(a)gmail.com
akibsayyed(a)matrixshell.com
Mob:- +91-966-514-2243
Sylvain,
Where are the L1ctl.c calls documented?
I want to know more about l1ctl_tx_fbsb_req() options and what they mean.
But could not find any reference in 3GPP TS docs.
Thanks for your help.
Hello All,
I can't compile after the last pull. I know that it is an error with
toolchain detection but I have tried almost everything.
-------------------------------
As you can see the $PATH variable has the address to gnu-arm-elf binary :
arslan@arslan-Lenovo-B575:~/osmocom-bb/src$ echo $PATH
/home/arslan/arm-elf/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
-------------------------------
and when I list the items in that directory I can clearly see that the
binary is there :
arslan@arslan-Lenovo-B575:~/arm-elf/bin$ ls
arm-elf-addr2line arm-elf-cpp arm-elf-ld arm-elf-size
arm-elf-ar arm-elf-g++ arm-elf-nm arm-elf-strings
arm-elf-as arm-elf-gcc arm-elf-objcopy arm-elf-strip
arm-elf-c++ arm-elf-gcc-4.0.4 arm-elf-objdump
arm-elf-cc arm-elf-gccbug arm-elf-ranlib
arm-elf-c++filt arm-elf-gcov arm-elf-readelf
-------------------------------
But I still get the following error:
/home/arslan/osmocom-bb/src/target/firmware/include/asm/swab.h:
Assembler messages:
/home/arslan/osmocom-bb/src/target/firmware/include/asm/swab.h:32:
Error: no such instruction: `eor %edx,%ecx,%ecx,ror'
make[4]: *** [gsmtap_util.lo] Error 1
make[4]: Leaving directory
`/home/arslan/osmocom-bb/src/shared/libosmocore/build-target/src'
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/home/arslan/osmocom-bb/src/shared/libosmocore/build-target/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/arslan/osmocom-bb/src/shared/libosmocore/build-target'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/home/arslan/osmocom-bb/src/shared/libosmocore/build-target'
make: *** [shared/libosmocore/build-target/src/.libs/libosmocore.a] Error 2
Regards,
Arslan Anjum
Research Assitant
Lahore University of Management Sciences, Pakistan
Dear Sylvain
While Decoding AMR do need to just decode and pack it into raw amr frames
or we need to think about hysterasis and all parts also
also there are total 8 codec modes
but in band data have details of on 4 codec modes
which one to choose out of 8 codec modes from those 8 modes.
--
Akib Sayyed
Matrix-Shell
akibsayyed(a)gmail.com
akibsayyed(a)matrixshell.com
Mob:- +91-966-514-2243