Change in osmo-bts[master]: bts.c: Add missing include for gsm48_rr_msg_name

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/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Fri Jun 8 14:37:30 UTC 2018


Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/9512


Change subject: bts.c: Add missing include for gsm48_rr_msg_name
......................................................................

bts.c: Add missing include for gsm48_rr_msg_name

It seems I somehow mischecked that the required include for gsm48_rr_msg_name
was not yet present in the file.

Fixes: 44a35902adde70b4e4696640f09f448ba44d51d2
Change-Id: Ia82bc6a5ff7e3989cf0b85ee689d0c3344720eda
---
M src/common/bts.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/12/9512/1

diff --git a/src/common/bts.c b/src/common/bts.c
index f0850c1..55f4b94 100644
--- a/src/common/bts.c
+++ b/src/common/bts.c
@@ -35,6 +35,7 @@
 #include <osmocom/core/stats.h>
 #include <osmocom/core/rate_ctr.h>
 #include <osmocom/gsm/protocol/gsm_12_21.h>
+#include <osmocom/gsm/gsm48.h>
 #include <osmocom/gsm/lapdm.h>
 #include <osmocom/trau/osmo_ortp.h>
 

-- 
To view, visit https://gerrit.osmocom.org/9512
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia82bc6a5ff7e3989cf0b85ee689d0c3344720eda
Gerrit-Change-Number: 9512
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180608/8e71f878/attachment.htm>


More information about the gerrit-log mailing list