no member named 'bts' -- was: sysmocom/iu: your commits from today

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Neels Hofmeyr nhofmeyr at sysmocom.de
Sat Feb 20 15:39:48 UTC 2016


On Fri, Feb 19, 2016 at 08:23:15PM +0100, Holger Freyther wrote:
> gsm_04_11.c: In function 'sms_route_mt_sms':
> gsm_04_11.c:318: error: 'struct gsm_subscriber_connection' has no member named 'bts'
> make[3]: *** [gsm_04_11.o] Error 1

Interesting, I don't see any reference to 'bts' anywhere in that file.
My line 318 looks like:

                       osmo_counter_inc(conn->network->stats.sms.no_receiver);

And I changed it in d03faa4bacd4d2a8b9155faf5219a948b73f481c

-   osmo_counter_inc(conn->bts->network->stats.sms.no_receiver);
+   osmo_counter_inc(conn->network->stats.sms.no_receiver);

which is part of the sysmocom/iu branch.

Does that help??

(BTW I also fixed a test expectation in osmo-iuh today, maybe that's worth half
a chocolate cookie?)

~Neels


-- 
- Neels Hofmeyr <nhofmeyr at sysmocom.de>          http://www.sysmocom.de/
=======================================================================
* sysmocom - systems for mobile communications GmbH
* Alt-Moabit 93
* 10559 Berlin, Germany
* Sitz / Registered office: Berlin, HRB 134158 B
* Geschäftsführer / Managing Directors: Holger Freyther, Harald Welte
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.osmocom.org/pipermail/openbsc/attachments/20160220/19a9ed54/attachment.bin>


More information about the OpenBSC mailing list