Dear baseband-developers team,
 
Thank you for your advise.
 
Would you please advise  — in order to learn / understand structure of C coding in Osmocom things, which relatively easy osmocom sub-project would you advise me to start to / learn?
 
I mean instead of rush and head hit against some difficult C codes in Osmocom  — to have relatively easy kind of «sub-project» of Osmococom for start learning purposes….
 
Thank you

 
Четверг, 19 ноября 2020, 23:45 +04:00 от Harald Welte <laforge@osmocom.org>:
 
On Thu, Nov 19, 2020 at 09:27:39PM +0300, Mario Lucas wrote:
> As it can be seen a structure «msgb» has as one of its components another structure — «gsm_bts_trx»

to be specific, the gsm_bts_trx is not a component of the msgb, but a _pointer_ to the gsm_bts_trx
(i.e. a reference) may be present in the msgb.

> But in whole Osmocom BB project files i could not find definition / description of struct «gsm_bts_trx».

libosmocore is primarily used by dozens of other osmocom projects, particularly every Osmocom CNI
project. The gsm_bts_trx is likely used in osmo-bsc and osmo-bts.

--
- Harald Welte <laforge@osmocom.org> http://laforge.gnumonks.org/
============================================================================
"Privacy in residential applications is a desirable marketing option."
                                                  (ETSI EN 300 175-7 Ch. A6)
 
 
--
Mario Lucas