fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bts/+/32773 )
Change subject: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
......................................................................
copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
Change-Id: Ib0bed7a4196305e2b413ca657f4fa8fb6f0d39f6
---
M include/osmo-bts/bts_shutdown_fsm.h
M include/osmo-bts/nm_common_fsm.h
M src/common/abis_osmo.c
M src/common/bts_shutdown_fsm.c
M src/common/bts_sm.c
M src/common/nm_bb_transc_fsm.c
M src/common/nm_bts_fsm.c
M src/common/nm_bts_sm_fsm.c
M src/common/nm_channel_fsm.c
M src/common/nm_common_fsm.c
M src/common/nm_gprs_cell_fsm.c
M src/common/nm_gprs_nse_fsm.c
M src/common/nm_gprs_nsvc_fsm.c
M src/common/nm_radio_carrier_fsm.c
M src/common/osmux.c
M src/common/power_control.c
M src/common/rsl.c
M src/common/ta_control.c
M src/osmo-bts-trx/amr_loop.c
M src/osmo-bts-trx/scheduler_trx.c
M src/osmo-bts-trx/trx_if.c
M src/osmo-bts-trx/trx_provision_fsm.c
M src/osmo-bts-trx/trx_provision_fsm.h
M tests/power/bs_power_loop_test.c
M tests/power/ms_power_loop_test.c
25 files changed, 34 insertions(+), 25 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/73/32773/1
diff --git a/include/osmo-bts/bts_shutdown_fsm.h b/include/osmo-bts/bts_shutdown_fsm.h
index fe52625..54d7236 100644
--- a/include/osmo-bts/bts_shutdown_fsm.h
+++ b/include/osmo-bts/bts_shutdown_fsm.h
@@ -1,6 +1,6 @@
/* BTS shutdown FSM */
-/* (C) 2020 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+/* (C) 2020 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
* Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
*
* All Rights Reserved
diff --git a/include/osmo-bts/nm_common_fsm.h b/include/osmo-bts/nm_common_fsm.h
index 2735ede..ba4f0e8 100644
--- a/include/osmo-bts/nm_common_fsm.h
+++ b/include/osmo-bts/nm_common_fsm.h
@@ -1,7 +1,7 @@
/* Header for all NM FSM. Following 3GPP TS 12.21 Figure 2/GSM 12.21:
GSM 12.21 Objects' Operational state and availability status behaviour during
initialization */
-/* (C) 2020 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+/* (C) 2020 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
* Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
*
* All Rights Reserved
diff --git a/src/common/abis_osmo.c b/src/common/abis_osmo.c
index a20dd6d..1df5b80 100644
--- a/src/common/abis_osmo.c
+++ b/src/common/abis_osmo.c
@@ -1,6 +1,6 @@
/* OSMO extenion link associated to same line as oml_link: */
-/* (C) 2021 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+/* (C) 2021 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
* Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
*
* All Rights Reserved
diff --git a/src/common/bts_shutdown_fsm.c b/src/common/bts_shutdown_fsm.c
index eb432a9..2a3295b 100644
--- a/src/common/bts_shutdown_fsm.c
+++ b/src/common/bts_shutdown_fsm.c
@@ -1,6 +1,6 @@
/* BTS shutdown FSM */
-/* (C) 2020 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+/* (C) 2020 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
* Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
*
* All Rights Reserved
diff --git a/src/common/bts_sm.c b/src/common/bts_sm.c
index 63200ef..453aa18 100644
--- a/src/common/bts_sm.c
+++ b/src/common/bts_sm.c
@@ -1,6 +1,6 @@
/* BTS support code common to all supported BTS models */
-/* (C) 2023 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+/* (C) 2023 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
*
* All Rights Reserved
*
diff --git a/src/common/nm_bb_transc_fsm.c b/src/common/nm_bb_transc_fsm.c
index 57ccdfa..1dd2c85 100644
--- a/src/common/nm_bb_transc_fsm.c
+++ b/src/common/nm_bb_transc_fsm.c
@@ -1,6 +1,6 @@
/* NM Radio Carrier FSM */
-/* (C) 2020 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+/* (C) 2020 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
* Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
*
* All Rights Reserved
diff --git a/src/common/nm_bts_fsm.c b/src/common/nm_bts_fsm.c
index 52b6814..f929354 100644
--- a/src/common/nm_bts_fsm.c
+++ b/src/common/nm_bts_fsm.c
@@ -1,6 +1,6 @@
/* NM BTS FSM */
-/* (C) 2020 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+/* (C) 2020 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
* Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
*
* All Rights Reserved
diff --git a/src/common/nm_bts_sm_fsm.c b/src/common/nm_bts_sm_fsm.c
index b6242fd..d24d356 100644
--- a/src/common/nm_bts_sm_fsm.c
+++ b/src/common/nm_bts_sm_fsm.c
@@ -1,6 +1,6 @@
/* NM BTS Site Manager FSM */
-/* (C) 2020 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+/* (C) 2020 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
* Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
*
* All Rights Reserved
diff --git a/src/common/nm_channel_fsm.c b/src/common/nm_channel_fsm.c
index 7bc896a..9360105 100644
--- a/src/common/nm_channel_fsm.c
+++ b/src/common/nm_channel_fsm.c
@@ -1,6 +1,6 @@
/* NM Radio Carrier FSM */
-/* (C) 2020 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+/* (C) 2020 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
* Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
*
* All Rights Reserved
diff --git a/src/common/nm_common_fsm.c b/src/common/nm_common_fsm.c
index e7a2ffe..324bfb1 100644
--- a/src/common/nm_common_fsm.c
+++ b/src/common/nm_common_fsm.c
@@ -1,6 +1,6 @@
/* NM FSM, common bits */
-/* (C) 2020 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+/* (C) 2020 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
* Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
*
* All Rights Reserved
diff --git a/src/common/nm_gprs_cell_fsm.c b/src/common/nm_gprs_cell_fsm.c
index 6ba23bd..ea10b45 100644
--- a/src/common/nm_gprs_cell_fsm.c
+++ b/src/common/nm_gprs_cell_fsm.c
@@ -1,6 +1,6 @@
/* NM GPRS Cell FSM */
-/* (C) 2023 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+/* (C) 2023 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
* Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
*
* All Rights Reserved
diff --git a/src/common/nm_gprs_nse_fsm.c b/src/common/nm_gprs_nse_fsm.c
index 42f30d8..5993836 100644
--- a/src/common/nm_gprs_nse_fsm.c
+++ b/src/common/nm_gprs_nse_fsm.c
@@ -1,6 +1,6 @@
/* NM GPRS NSE FSM */
-/* (C) 2023 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+/* (C) 2023 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
* Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
*
* All Rights Reserved
diff --git a/src/common/nm_gprs_nsvc_fsm.c b/src/common/nm_gprs_nsvc_fsm.c
index 6d3edf2..b05e926 100644
--- a/src/common/nm_gprs_nsvc_fsm.c
+++ b/src/common/nm_gprs_nsvc_fsm.c
@@ -1,6 +1,6 @@
/* NM GPRS NSVC FSM */
-/* (C) 2023 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+/* (C) 2023 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
* Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
*
* All Rights Reserved
diff --git a/src/common/nm_radio_carrier_fsm.c b/src/common/nm_radio_carrier_fsm.c
index 851f71c..4431eb5 100644
--- a/src/common/nm_radio_carrier_fsm.c
+++ b/src/common/nm_radio_carrier_fsm.c
@@ -1,6 +1,6 @@
/* NM Radio Carrier FSM */
-/* (C) 2020 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+/* (C) 2020 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
* Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
*
* All Rights Reserved
diff --git a/src/common/osmux.c b/src/common/osmux.c
index 9d3c5ed..8ca2b44 100644
--- a/src/common/osmux.c
+++ b/src/common/osmux.c
@@ -1,6 +1,6 @@
/* Osmux related routines & logic */
-/* (C) 2022 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+/* (C) 2022 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
* All Rights Reserved
* Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
*
diff --git a/src/common/power_control.c b/src/common/power_control.c
index 0db5378..a96edde 100644
--- a/src/common/power_control.c
+++ b/src/common/power_control.c
@@ -1,7 +1,7 @@
/* MS Power Control Loop L1 */
/* (C) 2014 by Holger Hans Peter Freyther
- * (C) 2020-2021 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+ * (C) 2020-2021 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
* Author: Vadim Yanitskiy <vyanitskiy(a)sysmocom.de>
*
* All Rights Reserved
diff --git a/src/common/rsl.c b/src/common/rsl.c
index da5ad68..d652787 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -2,7 +2,7 @@
/* (C) 2011 by Andreas Eversberg <jolly(a)eversberg.eu>
* (C) 2011-2019 by Harald Welte <laforge(a)gnumonks.org>
- * (C) 2020 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+ * (C) 2020 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
*
* All Rights Reserved
*
diff --git a/src/common/ta_control.c b/src/common/ta_control.c
index 025699c..f79be39 100644
--- a/src/common/ta_control.c
+++ b/src/common/ta_control.c
@@ -1,7 +1,7 @@
/* Loop control for Timing Advance */
/* (C) 2013 by Andreas Eversberg <jolly(a)eversberg.eu>
- * (C) 2021 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+ * (C) 2021 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
*
* All Rights Reserved
*
diff --git a/src/osmo-bts-trx/amr_loop.c b/src/osmo-bts-trx/amr_loop.c
index 859f39b..556dcbc 100644
--- a/src/osmo-bts-trx/amr_loop.c
+++ b/src/osmo-bts-trx/amr_loop.c
@@ -1,7 +1,7 @@
/* AMR link adaptation loop (see 3GPP TS 45.009, section 3) */
/* (C) 2013 by Andreas Eversberg <jolly(a)eversberg.eu>
- * (C) 2022 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+ * (C) 2022 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
*
* All Rights Reserved
*
diff --git a/src/osmo-bts-trx/scheduler_trx.c b/src/osmo-bts-trx/scheduler_trx.c
index e7ed5ea..7203944 100644
--- a/src/osmo-bts-trx/scheduler_trx.c
+++ b/src/osmo-bts-trx/scheduler_trx.c
@@ -3,7 +3,7 @@
/* (C) 2013 by Andreas Eversberg <jolly(a)eversberg.eu>
* (C) 2015 by Alexander Chemeris <Alexander.Chemeris(a)fairwaves.co>
* (C) 2015-2017 by Harald Welte <laforge(a)gnumonks.org>
- * (C) 2020-2021 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+ * (C) 2020-2021 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
*
* All Rights Reserved
*
diff --git a/src/osmo-bts-trx/trx_if.c b/src/osmo-bts-trx/trx_if.c
index 59603ab..fef8c22 100644
--- a/src/osmo-bts-trx/trx_if.c
+++ b/src/osmo-bts-trx/trx_if.c
@@ -8,7 +8,7 @@
* Copyright (C) 2013 Andreas Eversberg <jolly(a)eversberg.eu>
* Copyright (C) 2016-2017 Harald Welte <laforge(a)gnumonks.org>
* Copyright (C) 2019 Vadim Yanitskiy <axilirator(a)gmail.com>
- * Copyright (C) 2021 sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+ * Copyright (C) 2021 sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
*
* All Rights Reserved
*
diff --git a/src/osmo-bts-trx/trx_provision_fsm.c b/src/osmo-bts-trx/trx_provision_fsm.c
index 2731010..742f89c 100644
--- a/src/osmo-bts-trx/trx_provision_fsm.c
+++ b/src/osmo-bts-trx/trx_provision_fsm.c
@@ -1,6 +1,6 @@
/* TRX provision FSM */
-/* (C) 2020 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+/* (C) 2020 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
* Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
*
* All Rights Reserved
diff --git a/src/osmo-bts-trx/trx_provision_fsm.h b/src/osmo-bts-trx/trx_provision_fsm.h
index 8e6b97b..69bface 100644
--- a/src/osmo-bts-trx/trx_provision_fsm.h
+++ b/src/osmo-bts-trx/trx_provision_fsm.h
@@ -1,6 +1,6 @@
/* Provision TRX over TRXC protocol FSM */
-/* (C) 2020 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+/* (C) 2020 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
* Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
*
* All Rights Reserved
diff --git a/tests/power/bs_power_loop_test.c b/tests/power/bs_power_loop_test.c
index 06fe3ed..f9eb3b7 100644
--- a/tests/power/bs_power_loop_test.c
+++ b/tests/power/bs_power_loop_test.c
@@ -1,5 +1,5 @@
/*
- * (C) 2020-2021 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+ * (C) 2020-2021 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
* Author: Vadim Yanitskiy <vyanitskiy(a)sysmocom.de>
*
* All Rights Reserved
diff --git a/tests/power/ms_power_loop_test.c b/tests/power/ms_power_loop_test.c
index e54d75f..d9916d5 100644
--- a/tests/power/ms_power_loop_test.c
+++ b/tests/power/ms_power_loop_test.c
@@ -1,6 +1,6 @@
/*
* (C) 2013,2014 by Holger Hans Peter Freyther
- * Contributions by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>
+ * Contributions by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>
*
* All Rights Reserved
*
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bts/+/32773
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ib0bed7a4196305e2b413ca657f4fa8fb6f0d39f6
Gerrit-Change-Number: 32773
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange