lists.osmocom.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2025
July
June
May
April
March
February
January
2024
December
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
List overview
Download
gerrit-log
May 2023
----- 2025 -----
July 2025
June 2025
May 2025
April 2025
March 2025
February 2025
January 2025
----- 2024 -----
December 2024
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
gerrit-log@lists.osmocom.org
1 participants
2583 discussions
Start a n
N
ew thread
[S] Change in osmo-bsc[master]: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
by laforge
laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-bsc/+/32772
) 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: I849a18a3bfd15aad00de3e103339540a7548e097 --- M include/osmocom/bsc/bts_sm.h M include/osmocom/bsc/nm_common_fsm.h M src/osmo-bsc/bts_osmobts.c M src/osmo-bsc/lchan.c M src/osmo-bsc/nm_bb_transc_fsm.c M src/osmo-bsc/nm_bts_fsm.c M src/osmo-bsc/nm_bts_sm_fsm.c M src/osmo-bsc/nm_channel_fsm.c M src/osmo-bsc/nm_common_fsm.c M src/osmo-bsc/nm_gprs_cell_fsm.c M src/osmo-bsc/nm_gprs_nse_fsm.c M src/osmo-bsc/nm_gprs_nsvc_fsm.c M src/osmo-bsc/nm_rcarrier_fsm.c M src/osmo-bsc/power_control.c 14 files changed, 23 insertions(+), 14 deletions(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/include/osmocom/bsc/bts_sm.h b/include/osmocom/bsc/bts_sm.h index 7ed7aba..e25b8da 100644 --- a/include/osmocom/bsc/bts_sm.h +++ b/include/osmocom/bsc/bts_sm.h @@ -1,6 +1,6 @@ /* BTS Site Manager */ -/* (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/osmocom/bsc/nm_common_fsm.h b/include/osmocom/bsc/nm_common_fsm.h index 4c34300..91be644 100644 --- a/include/osmocom/bsc/nm_common_fsm.h +++ b/include/osmocom/bsc/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/osmo-bsc/bts_osmobts.c b/src/osmo-bsc/bts_osmobts.c index 92c3340..9312a2a 100644 --- a/src/osmo-bsc/bts_osmobts.c +++ b/src/osmo-bsc/bts_osmobts.c @@ -1,7 +1,7 @@ /* Osmocom OsmoBTS specific code */ /* (C) 2010-2012 by Harald Welte <laforge(a)gnumonks.org> - * (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-bsc/lchan.c b/src/osmo-bsc/lchan.c index 262e2a5..45d8d96 100644 --- a/src/osmo-bsc/lchan.c +++ b/src/osmo-bsc/lchan.c @@ -1,4 +1,4 @@ -/* (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> * (C) 2008-2018 by Harald Welte <laforge(a)gnumonks.org> * * All Rights Reserved diff --git a/src/osmo-bsc/nm_bb_transc_fsm.c b/src/osmo-bsc/nm_bb_transc_fsm.c index 3302918..f7d9e92 100644 --- a/src/osmo-bsc/nm_bb_transc_fsm.c +++ b/src/osmo-bsc/nm_bb_transc_fsm.c @@ -1,6 +1,6 @@ /* NM BaseBand Transceiver 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-bsc/nm_bts_fsm.c b/src/osmo-bsc/nm_bts_fsm.c index ea9fa5c..1cae6f4 100644 --- a/src/osmo-bsc/nm_bts_fsm.c +++ b/src/osmo-bsc/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/osmo-bsc/nm_bts_sm_fsm.c b/src/osmo-bsc/nm_bts_sm_fsm.c index fb64a69..cb67099 100644 --- a/src/osmo-bsc/nm_bts_sm_fsm.c +++ b/src/osmo-bsc/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/osmo-bsc/nm_channel_fsm.c b/src/osmo-bsc/nm_channel_fsm.c index e80d591..af201cf 100644 --- a/src/osmo-bsc/nm_channel_fsm.c +++ b/src/osmo-bsc/nm_channel_fsm.c @@ -1,6 +1,6 @@ /* NM Radio Channel 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-bsc/nm_common_fsm.c b/src/osmo-bsc/nm_common_fsm.c index 02e2c5e..9259a6e 100644 --- a/src/osmo-bsc/nm_common_fsm.c +++ b/src/osmo-bsc/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/osmo-bsc/nm_gprs_cell_fsm.c b/src/osmo-bsc/nm_gprs_cell_fsm.c index 3e61657..2f139a6 100644 --- a/src/osmo-bsc/nm_gprs_cell_fsm.c +++ b/src/osmo-bsc/nm_gprs_cell_fsm.c @@ -1,6 +1,6 @@ /* NM GPRS Cell 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-bsc/nm_gprs_nse_fsm.c b/src/osmo-bsc/nm_gprs_nse_fsm.c index 1403c5f..882dbaf 100644 --- a/src/osmo-bsc/nm_gprs_nse_fsm.c +++ b/src/osmo-bsc/nm_gprs_nse_fsm.c @@ -1,6 +1,6 @@ /* NM GPRS NSE 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-bsc/nm_gprs_nsvc_fsm.c b/src/osmo-bsc/nm_gprs_nsvc_fsm.c index 906ba2a..d441f58 100644 --- a/src/osmo-bsc/nm_gprs_nsvc_fsm.c +++ b/src/osmo-bsc/nm_gprs_nsvc_fsm.c @@ -1,6 +1,6 @@ /* NM GPRS NSVC 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: Alexander Couzens <lynxis(a)fe80.eu> * * All Rights Reserved diff --git a/src/osmo-bsc/nm_rcarrier_fsm.c b/src/osmo-bsc/nm_rcarrier_fsm.c index bcf00b8..824b2ed 100644 --- a/src/osmo-bsc/nm_rcarrier_fsm.c +++ b/src/osmo-bsc/nm_rcarrier_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/osmo-bsc/power_control.c b/src/osmo-bsc/power_control.c index e26b0d6..33b4c71 100644 --- a/src/osmo-bsc/power_control.c +++ b/src/osmo-bsc/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 -- To view, visit
https://gerrit.osmocom.org/c/osmo-bsc/+/32772
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc Gerrit-Branch: master Gerrit-Change-Id: I849a18a3bfd15aad00de3e103339540a7548e097 Gerrit-Change-Number: 32772 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
2 years, 1 month
1
0
0
0
[S] Change in osmo-iuh[master]: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
by laforge
laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-iuh/+/32774
) 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: I3476791a3a6a429f89df92db209acacd2ba5c79d --- M src/iu_client_vty.c 1 file changed, 10 insertions(+), 1 deletion(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/src/iu_client_vty.c b/src/iu_client_vty.c index 7388468..b111a5b 100644 --- a/src/iu_client_vty.c +++ b/src/iu_client_vty.c @@ -1,5 +1,5 @@ /* OpenBSC Iu related interface to quagga VTY */ -/* (C) 2016 by sysmocom s.m.f.c. GmbH <info(a)sysmocom.de> +/* (C) 2016 by sysmocom s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * This program is free software; you can redistribute it and/or modify -- To view, visit
https://gerrit.osmocom.org/c/osmo-iuh/+/32774
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-iuh Gerrit-Branch: master Gerrit-Change-Id: I3476791a3a6a429f89df92db209acacd2ba5c79d Gerrit-Change-Number: 32774 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
2 years, 1 month
1
0
0
0
[M] Change in osmo-msc[master]: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
by laforge
laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-msc/+/32776
) 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: I81687235fedcbbb686db7def59318e891e00ced7 --- M include/osmocom/msc/cell_id_list.h M include/osmocom/msc/codec_filter.h M include/osmocom/msc/mncc_call.h M include/osmocom/msc/msc_a.h M include/osmocom/msc/msc_ho.h M src/libmsc/call_leg.c M src/libmsc/cell_id_list.c M src/libmsc/codec_filter.c M src/libmsc/codec_mapping.c M src/libmsc/e_link.c M src/libmsc/gsup_client_mux.c M src/libmsc/mncc_call.c M src/libmsc/msc_a.c M src/libmsc/msc_a_remote.c M src/libmsc/msc_ho.c M src/libmsc/msc_i.c M src/libmsc/msc_i_remote.c M src/libmsc/msc_t.c M src/libmsc/msc_t_remote.c M src/libmsc/msc_vty.c M src/libmsc/msub.c M src/libmsc/neighbor_ident.c M src/libmsc/paging.c M src/libmsc/ran_conn.c M src/libmsc/ran_infra.c M src/libmsc/ran_msg.c M src/libmsc/ran_msg_a.c M src/libmsc/ran_msg_iu.c M src/libmsc/ran_peer.c M src/libmsc/rtp_stream.c M src/libmsc/sccp_ran.c M src/libmsc/sdp_msg.c M src/libmsc/smsc_vty.c 33 files changed, 42 insertions(+), 33 deletions(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/include/osmocom/msc/cell_id_list.h b/include/osmocom/msc/cell_id_list.h index c6a7cbb..4c0c6ea 100644 --- a/include/osmocom/msc/cell_id_list.h +++ b/include/osmocom/msc/cell_id_list.h @@ -1,6 +1,6 @@ /* Manage a list of struct gsm0808_cell_id */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/include/osmocom/msc/codec_filter.h b/include/osmocom/msc/codec_filter.h index 16315c7..b488e98 100644 --- a/include/osmocom/msc/codec_filter.h +++ b/include/osmocom/msc/codec_filter.h @@ -1,6 +1,6 @@ /* Filter/overlay codec selections for a voice call, across MS, RAN and CN limitations */ /* - * (C) 2019-2022 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019-2022 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/include/osmocom/msc/mncc_call.h b/include/osmocom/msc/mncc_call.h index e887cbe..084edd5 100644 --- a/include/osmocom/msc/mncc_call.h +++ b/include/osmocom/msc/mncc_call.h @@ -1,6 +1,6 @@ /* Handle an MNCC managed call (external MNCC). */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/include/osmocom/msc/msc_a.h b/include/osmocom/msc/msc_a.h index 3b11155..bb7b8f9 100644 --- a/include/osmocom/msc/msc_a.h +++ b/include/osmocom/msc/msc_a.h @@ -1,6 +1,6 @@ /* MSC-A role: main subscriber management */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/include/osmocom/msc/msc_ho.h b/include/osmocom/msc/msc_ho.h index ca5618e..aedb622 100644 --- a/include/osmocom/msc/msc_ho.h +++ b/include/osmocom/msc/msc_ho.h @@ -1,6 +1,6 @@ /* MSC Handover API */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/call_leg.c b/src/libmsc/call_leg.c index a8c5c41..2c75d96 100644 --- a/src/libmsc/call_leg.c +++ b/src/libmsc/call_leg.c @@ -1,6 +1,6 @@ /* Implementation to manage two RTP streams that make up an MO or MT call leg's RTP forwarding. */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/src/libmsc/cell_id_list.c b/src/libmsc/cell_id_list.c index 580b4f4..907f5f4 100644 --- a/src/libmsc/cell_id_list.c +++ b/src/libmsc/cell_id_list.c @@ -1,6 +1,6 @@ /* Manage a list of struct gsm0808_cell_id */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/src/libmsc/codec_filter.c b/src/libmsc/codec_filter.c index c77aeb9..674d564 100644 --- a/src/libmsc/codec_filter.c +++ b/src/libmsc/codec_filter.c @@ -1,6 +1,6 @@ /* Filter/overlay codec selections for a voice call, across MS, RAN and CN limitations */ /* - * (C) 2019-2023 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019-2023 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/src/libmsc/codec_mapping.c b/src/libmsc/codec_mapping.c index 69b8ed1..81ab79c 100644 --- a/src/libmsc/codec_mapping.c +++ b/src/libmsc/codec_mapping.c @@ -1,6 +1,6 @@ /* Routines for translation between codec representations: SDP, CC/BSSMAP variants, MGCP, MNCC */ /* - * (C) 2019-2023 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019-2023 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/src/libmsc/e_link.c b/src/libmsc/e_link.c index 0a2be79..b26f53b 100644 --- a/src/libmsc/e_link.c +++ b/src/libmsc/e_link.c @@ -1,6 +1,6 @@ /* E-interface messaging over a GSUP connection */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/gsup_client_mux.c b/src/libmsc/gsup_client_mux.c index 3d88349..1900377 100644 --- a/src/libmsc/gsup_client_mux.c +++ b/src/libmsc/gsup_client_mux.c @@ -1,6 +1,6 @@ /* Directing individual GSUP messages to their respective handlers. */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/src/libmsc/mncc_call.c b/src/libmsc/mncc_call.c index 1cf0c3d..557f2d7 100644 --- a/src/libmsc/mncc_call.c +++ b/src/libmsc/mncc_call.c @@ -2,7 +2,7 @@ /* At the time of writing, this is only used for inter-MSC handover: forward a voice stream to a remote MSC. * Maybe it makes sense to also use it for all "normal" external call management at some point. */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/msc_a.c b/src/libmsc/msc_a.c index e8dc58b..917422e 100644 --- a/src/libmsc/msc_a.c +++ b/src/libmsc/msc_a.c @@ -1,6 +1,6 @@ /* Code to manage a subscriber's MSC-A role */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/msc_a_remote.c b/src/libmsc/msc_a_remote.c index e4474f4..3b9693e 100644 --- a/src/libmsc/msc_a_remote.c +++ b/src/libmsc/msc_a_remote.c @@ -1,6 +1,6 @@ /* The MSC-A role implementation variant that forwards requests to/from a remote MSC. */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/msc_ho.c b/src/libmsc/msc_ho.c index d156cd0..7467287 100644 --- a/src/libmsc/msc_ho.c +++ b/src/libmsc/msc_ho.c @@ -1,6 +1,6 @@ /* MSC Handover implementation */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/src/libmsc/msc_i.c b/src/libmsc/msc_i.c index f7aab0d..d3616f3 100644 --- a/src/libmsc/msc_i.c +++ b/src/libmsc/msc_i.c @@ -1,6 +1,6 @@ /* Code to manage a subscriber's MSC-I role */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/msc_i_remote.c b/src/libmsc/msc_i_remote.c index 7b95984..c5d22a2 100644 --- a/src/libmsc/msc_i_remote.c +++ b/src/libmsc/msc_i_remote.c @@ -1,6 +1,6 @@ /* The MSC-I role implementation variant that forwards requests to/from a remote MSC. */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/msc_t.c b/src/libmsc/msc_t.c index 7f316a7..b3429ed 100644 --- a/src/libmsc/msc_t.c +++ b/src/libmsc/msc_t.c @@ -1,6 +1,6 @@ /* The MSC-T role, a transitional RAN connection during Handover. */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/msc_t_remote.c b/src/libmsc/msc_t_remote.c index 22c4e22..aea7633 100644 --- a/src/libmsc/msc_t_remote.c +++ b/src/libmsc/msc_t_remote.c @@ -1,6 +1,6 @@ /* The MSC-T role implementation variant that forwards requests to/from a remote MSC. */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/msc_vty.c b/src/libmsc/msc_vty.c index b28ed0d..5e3a222 100644 --- a/src/libmsc/msc_vty.c +++ b/src/libmsc/msc_vty.c @@ -1,5 +1,5 @@ /* MSC interface to quagga VTY */ -/* (C) 2016-2018 by sysmocom s.m.f.c. GmbH <info(a)sysmocom.de> +/* (C) 2016-2018 by sysmocom s.f.m.c. GmbH <info(a)sysmocom.de> * Based on OpenBSC interface to quagga VTY (libmsc/vty_interface_layer3.c) * (C) 2009-2017 by Harald Welte <laforge(a)gnumonks.org> * (C) 2009-2011 by Holger Hans Peter Freyther diff --git a/src/libmsc/msub.c b/src/libmsc/msub.c index e4dd332..ac93665 100644 --- a/src/libmsc/msub.c +++ b/src/libmsc/msub.c @@ -1,6 +1,6 @@ /* Manage all MSC roles of a connected subscriber (MSC-A, MSC-I, MSC-T) */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/neighbor_ident.c b/src/libmsc/neighbor_ident.c index 5120e16..b3cdf17 100644 --- a/src/libmsc/neighbor_ident.c +++ b/src/libmsc/neighbor_ident.c @@ -1,6 +1,6 @@ /* Manage identity of neighboring BSS cells for inter-MSC handover. */ /* - * (C) 2018-2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2018-2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/paging.c b/src/libmsc/paging.c index 8fbe810..9845f99 100644 --- a/src/libmsc/paging.c +++ b/src/libmsc/paging.c @@ -1,5 +1,5 @@ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/ran_conn.c b/src/libmsc/ran_conn.c index 8418c9e..0763801 100644 --- a/src/libmsc/ran_conn.c +++ b/src/libmsc/ran_conn.c @@ -1,7 +1,7 @@ /* MSC RAN connection implementation */ /* - * (C) 2016-2018 by sysmocom s.m.f.c. <info(a)sysmocom.de> + * (C) 2016-2018 by sysmocom s.f.m.c. <info(a)sysmocom.de> * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/src/libmsc/ran_infra.c b/src/libmsc/ran_infra.c index 35dfd61..6a17840 100644 --- a/src/libmsc/ran_infra.c +++ b/src/libmsc/ran_infra.c @@ -1,6 +1,6 @@ /* Lookup table for various RAN implementations */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/ran_msg.c b/src/libmsc/ran_msg.c index e050303..11564d8 100644 --- a/src/libmsc/ran_msg.c +++ b/src/libmsc/ran_msg.c @@ -1,6 +1,6 @@ /* Common bits for RAN message handling */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/src/libmsc/ran_msg_a.c b/src/libmsc/ran_msg_a.c index 19402bc..a371e65 100644 --- a/src/libmsc/ran_msg_a.c +++ b/src/libmsc/ran_msg_a.c @@ -1,6 +1,6 @@ /* BSSAP/BSSMAP encoding and decoding for MSC */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/src/libmsc/ran_msg_iu.c b/src/libmsc/ran_msg_iu.c index eb7fc93..13c43fe 100644 --- a/src/libmsc/ran_msg_iu.c +++ b/src/libmsc/ran_msg_iu.c @@ -1,6 +1,6 @@ /* RANAP encoding and decoding for MSC */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * Author: Neels Hofmeyr diff --git a/src/libmsc/ran_peer.c b/src/libmsc/ran_peer.c index fcb5f5a..038ef44 100644 --- a/src/libmsc/ran_peer.c +++ b/src/libmsc/ran_peer.c @@ -1,5 +1,5 @@ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/rtp_stream.c b/src/libmsc/rtp_stream.c index f28c71b..6c408af 100644 --- a/src/libmsc/rtp_stream.c +++ b/src/libmsc/rtp_stream.c @@ -1,5 +1,5 @@ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/sccp_ran.c b/src/libmsc/sccp_ran.c index 99317b5..9907f20 100644 --- a/src/libmsc/sccp_ran.c +++ b/src/libmsc/sccp_ran.c @@ -1,5 +1,5 @@ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/sdp_msg.c b/src/libmsc/sdp_msg.c index dba1541..d636222 100644 --- a/src/libmsc/sdp_msg.c +++ b/src/libmsc/sdp_msg.c @@ -1,6 +1,6 @@ /* Minimalistic SDP parse/compose implementation, focused on GSM audio codecs */ /* - * (C) 2019 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2019 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/libmsc/smsc_vty.c b/src/libmsc/smsc_vty.c index e99b236..f30907f 100644 --- a/src/libmsc/smsc_vty.c +++ b/src/libmsc/smsc_vty.c @@ -1,5 +1,5 @@ /* SMSC interface to VTY */ -/* (C) 2016-2018 by sysmocom s.m.f.c. GmbH <info(a)sysmocom.de> +/* (C) 2016-2018 by sysmocom s.f.m.c. GmbH <info(a)sysmocom.de> * Based on OpenBSC interface to quagga VTY (libmsc/vty_interface_layer3.c) * (C) 2009-2022 by Harald Welte <laforge(a)gnumonks.org> * (C) 2009-2011 by Holger Hans Peter Freyther -- To view, visit
https://gerrit.osmocom.org/c/osmo-msc/+/32776
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc Gerrit-Branch: master Gerrit-Change-Id: I81687235fedcbbb686db7def59318e891e00ced7 Gerrit-Change-Number: 32776 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
2 years, 1 month
1
0
0
0
[S] Change in osmo-pcu[master]: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
by laforge
laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-pcu/+/32777
) 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: If51895e67271c0913e000ff9d28db8d8fe761201 --- M debian/copyright M src/alloc_algo.cpp M src/alloc_algo.h 3 files changed, 13 insertions(+), 4 deletions(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/debian/copyright b/debian/copyright index aa6d0e2..611d610 100644 --- a/debian/copyright +++ b/debian/copyright @@ -6,7 +6,7 @@ Files: * Copyright: 2009-2015 Holger Hans Peter Freyther <zecke(a)selfish.org> 2013 Jacob Erlbeck <jerlbeck(a)sysmocom.de> - 2016-2019 sysmocom s.m.f.c. GmbH <info(a)sysmocom.de> + 2016-2019 sysmocom s.f.m.c. GmbH <info(a)sysmocom.de> 2015 by Yves Godin <support(a)nuranwireless.com> License: AGPL-3.0+ @@ -21,7 +21,7 @@ src/pcu_utils.h src/gprs_codel.c src/gprs_codel.h -Copyright: 2016-2019 sysmocom s.m.f.c. GmbH <info(a)sysmocom.de> +Copyright: 2016-2019 sysmocom s.f.m.c. GmbH <info(a)sysmocom.de> License: GPL-2.0+ Files: osmoappdesc.py diff --git a/src/alloc_algo.cpp b/src/alloc_algo.cpp index c026590..11789c3 100644 --- a/src/alloc_algo.cpp +++ b/src/alloc_algo.cpp @@ -3,7 +3,7 @@ * Copyright (C) 2012 Ivan Klyuchnikov * Copyright (C) 2012 Andreas Eversberg <jolly(a)eversberg.eu> * Copyright (C) 2013 by Holger Hans Peter Freyther - * Copyright (C) 2022 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * Copyright (C) 2022 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/alloc_algo.h b/src/alloc_algo.h index 7fbe945..f863abd 100644 --- a/src/alloc_algo.h +++ b/src/alloc_algo.h @@ -1,6 +1,6 @@ /* alloc_algo.h * - * Copyright (C) 2022 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * Copyright (C) 2022 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License -- To view, visit
https://gerrit.osmocom.org/c/osmo-pcu/+/32777
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu Gerrit-Branch: master Gerrit-Change-Id: If51895e67271c0913e000ff9d28db8d8fe761201 Gerrit-Change-Number: 32777 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
2 years, 1 month
1
0
0
0
[S] Change in openbsc[master]: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
by laforge
laforge has submitted this change. (
https://gerrit.osmocom.org/c/openbsc/+/32783
) 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: I2a043da522dffbc976ba7c086545142cd0a1f474 --- M openbsc/src/libbsc/gsm_04_80_utils.c M openbsc/src/libcommon-cs/common_cs.c M openbsc/src/libcommon-cs/common_cs_vty.c 3 files changed, 12 insertions(+), 3 deletions(-) Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified diff --git a/openbsc/src/libbsc/gsm_04_80_utils.c b/openbsc/src/libbsc/gsm_04_80_utils.c index e0db81e..ce4459c 100644 --- a/openbsc/src/libbsc/gsm_04_80_utils.c +++ b/openbsc/src/libbsc/gsm_04_80_utils.c @@ -1,6 +1,6 @@ /* OpenBSC utility functions for 3GPP TS 04.80 */ -/* (C) 2016 by sysmocom s.m.f.c. GmbH <info(a)sysmocom.de> +/* (C) 2016 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * * All Rights Reserved * diff --git a/openbsc/src/libcommon-cs/common_cs.c b/openbsc/src/libcommon-cs/common_cs.c index d8d5ec7..17f84ee 100644 --- a/openbsc/src/libcommon-cs/common_cs.c +++ b/openbsc/src/libcommon-cs/common_cs.c @@ -1,6 +1,6 @@ /* Code used by both libbsc and libmsc (common_cs means "BSC or MSC"). * - * (C) 2016 by sysmocom s.m.f.c. <info(a)sysmocom.de> + * (C) 2016 by sysmocom - s.f.m.c. <info(a)sysmocom.de> * (C) 2008-2010 by Harald Welte <laforge(a)gnumonks.org> * (C) 2014 by Holger Hans Peter Freyther * All Rights Reserved diff --git a/openbsc/src/libcommon-cs/common_cs_vty.c b/openbsc/src/libcommon-cs/common_cs_vty.c index c323b11..42f9bfc 100644 --- a/openbsc/src/libcommon-cs/common_cs_vty.c +++ b/openbsc/src/libcommon-cs/common_cs_vty.c @@ -1,6 +1,6 @@ /* Code used by both libbsc and libmsc (common_cs means "BSC or MSC"). * - * (C) 2016 by sysmocom s.m.f.c. <info(a)sysmocom.de> + * (C) 2016 by sysmocom - s.f.m.c. <info(a)sysmocom.de> * (C) 2008-2010 by Harald Welte <laforge(a)gnumonks.org> * All Rights Reserved * -- To view, visit
https://gerrit.osmocom.org/c/openbsc/+/32783
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: openbsc Gerrit-Branch: master Gerrit-Change-Id: I2a043da522dffbc976ba7c086545142cd0a1f474 Gerrit-Change-Number: 32783 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
2 years, 1 month
1
0
0
0
[S] Change in osmo-hnodeb[master]: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
by laforge
laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-hnodeb/+/32781
) 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: I9ad500784d1c99cc764b38729ac0d86ab8441379 --- M include/osmocom/hnodeb/hnb_shutdown_fsm.h M osmoappdesc.py M src/osmo-hnodeb/hnb_shutdown_fsm.c 3 files changed, 12 insertions(+), 3 deletions(-) Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified diff --git a/include/osmocom/hnodeb/hnb_shutdown_fsm.h b/include/osmocom/hnodeb/hnb_shutdown_fsm.h index dc9b357..69f9f4b 100644 --- a/include/osmocom/hnodeb/hnb_shutdown_fsm.h +++ b/include/osmocom/hnodeb/hnb_shutdown_fsm.h @@ -1,6 +1,6 @@ /* hNodeB shutdown FSM */ -/* (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/osmoappdesc.py b/osmoappdesc.py index 3456fca..a68342e 100644 --- a/osmoappdesc.py +++ b/osmoappdesc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# (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> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/src/osmo-hnodeb/hnb_shutdown_fsm.c b/src/osmo-hnodeb/hnb_shutdown_fsm.c index 5583834..7c9eee8 100644 --- a/src/osmo-hnodeb/hnb_shutdown_fsm.c +++ b/src/osmo-hnodeb/hnb_shutdown_fsm.c @@ -1,6 +1,6 @@ /* hNodeB shutdown FSM */ -/* (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 -- To view, visit
https://gerrit.osmocom.org/c/osmo-hnodeb/+/32781
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnodeb Gerrit-Branch: master Gerrit-Change-Id: I9ad500784d1c99cc764b38729ac0d86ab8441379 Gerrit-Change-Number: 32781 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
2 years, 1 month
1
0
0
0
[M] Change in osmo-bts[master]: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
by laforge
laforge has submitted this change. (
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(-) Approvals: laforge: Looks good to me, approved pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified 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: 2 Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
2 years, 1 month
1
0
0
0
[M] Change in osmo-bts[master]: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
by laforge
Attention is currently required from: fixeria. laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-bts/+/32773
) Change subject: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH ...................................................................... Patch Set 1: Code-Review+2 -- 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-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Comment-Date: Fri, 19 May 2023 08:50:16 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 1 month
1
0
0
0
[S] Change in osmocom-bb[master]: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
by laforge
laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmocom-bb/+/32784
) 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: I408cde7f2b4642500e5362052365c92856c02bef --- M src/host/layer23/include/osmocom/bb/common/apn.h M src/host/layer23/src/common/apn.c M src/host/layer23/src/common/apn_fsm.c M src/host/layer23/src/common/ms.c M src/host/layer23/src/common/vty.c M src/host/layer23/src/modem/app_modem.c M src/host/layer23/src/modem/gmm.c M src/host/layer23/src/modem/grr.c M src/host/layer23/src/modem/llc.c M src/host/layer23/src/modem/rlcmac.c M src/host/layer23/src/modem/sm.c M src/host/layer23/src/modem/sndcp.c M src/host/layer23/src/modem/vty.c 13 files changed, 23 insertions(+), 14 deletions(-) Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved diff --git a/src/host/layer23/include/osmocom/bb/common/apn.h b/src/host/layer23/include/osmocom/bb/common/apn.h index 7378221..aad00b8 100644 --- a/src/host/layer23/include/osmocom/bb/common/apn.h +++ b/src/host/layer23/include/osmocom/bb/common/apn.h @@ -1,5 +1,5 @@ /* APN Context - * (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/host/layer23/src/common/apn.c b/src/host/layer23/src/common/apn.c index f69014a..cefa764 100644 --- a/src/host/layer23/src/common/apn.c +++ b/src/host/layer23/src/common/apn.c @@ -1,5 +1,5 @@ /* - * (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/host/layer23/src/common/apn_fsm.c b/src/host/layer23/src/common/apn_fsm.c index edaac48..7014b83 100644 --- a/src/host/layer23/src/common/apn_fsm.c +++ b/src/host/layer23/src/common/apn_fsm.c @@ -1,6 +1,6 @@ /* Lifecycle of an APN */ /* - * (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 * * SPDX-License-Identifier: AGPL-3.0+ diff --git a/src/host/layer23/src/common/ms.c b/src/host/layer23/src/common/ms.c index f03427c..f123b1e 100644 --- a/src/host/layer23/src/common/ms.c +++ b/src/host/layer23/src/common/ms.c @@ -1,7 +1,7 @@ /* Mobile Station */ /* (C) 2010 by Holger Hans Peter Freyther * (C) 2010 by Harald Welte <laforge(a)gnumonks.org> - * (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/host/layer23/src/common/vty.c b/src/host/layer23/src/common/vty.c index 4f9aa20..f9ceda8 100644 --- a/src/host/layer23/src/common/vty.c +++ b/src/host/layer23/src/common/vty.c @@ -1,6 +1,6 @@ /* * (C) 2010 by Andreas Eversberg <jolly(a)eversberg.eu> - * (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/host/layer23/src/modem/app_modem.c b/src/host/layer23/src/modem/app_modem.c index b657d8c..68e2930 100644 --- a/src/host/layer23/src/modem/app_modem.c +++ b/src/host/layer23/src/modem/app_modem.c @@ -1,6 +1,6 @@ /* modem app (gprs) */ -/* (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 * * This program is free software; you can redistribute it and/or modify @@ -311,7 +311,7 @@ }; const struct l23_app_info l23_app_info = { - .copyright = "Copyright (C) 2022 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de>\n", + .copyright = "Copyright (C) 2022 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de>\n", .opt_supported = L23_OPT_ARFCN | L23_OPT_TAP | L23_OPT_VTY | L23_OPT_DBG, .vty_info = &_modem_vty_info, .vty_init = modem_vty_init, diff --git a/src/host/layer23/src/modem/gmm.c b/src/host/layer23/src/modem/gmm.c index b283192..dbdf82e 100644 --- a/src/host/layer23/src/modem/gmm.c +++ b/src/host/layer23/src/modem/gmm.c @@ -1,5 +1,5 @@ /* GPRS GMM interfaces as per 3GPP TS 24.008, TS 24.007 */ -/* (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 * Author: Pau Espin Pedrol <pespin(a)sysmocom.de> * diff --git a/src/host/layer23/src/modem/grr.c b/src/host/layer23/src/modem/grr.c index e225460..70c6c53 100644 --- a/src/host/layer23/src/modem/grr.c +++ b/src/host/layer23/src/modem/grr.c @@ -1,5 +1,5 @@ /* - * (C) 2022-2023 by sysmocom - s.m.f.c. GmbH <info(a)sysmocom.de> + * (C) 2022-2023 by sysmocom - s.f.m.c. GmbH <info(a)sysmocom.de> * All Rights Reserved * * This program is free software; you can redistribute it and/or modify diff --git a/src/host/layer23/src/modem/llc.c b/src/host/layer23/src/modem/llc.c index c611947..57e89f8 100644 --- a/src/host/layer23/src/modem/llc.c +++ b/src/host/layer23/src/modem/llc.c @@ -1,5 +1,5 @@ /* GPRS LLC protocol implementation as per 3GPP TS 04.64 */ -/* (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 * Author: Pau Espin Pedrol <pespin(a)sysmocom.de> * diff --git a/src/host/layer23/src/modem/rlcmac.c b/src/host/layer23/src/modem/rlcmac.c index deb366a..e030299 100644 --- a/src/host/layer23/src/modem/rlcmac.c +++ b/src/host/layer23/src/modem/rlcmac.c @@ -1,5 +1,5 @@ /* GPRS RLC/MAC protocol implementation as per 3GPP TS 44.060 */ -/* (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 * Author: Pau Espin Pedrol <pespin(a)sysmocom.de> * diff --git a/src/host/layer23/src/modem/sm.c b/src/host/layer23/src/modem/sm.c index e4b8de6..9724773 100644 --- a/src/host/layer23/src/modem/sm.c +++ b/src/host/layer23/src/modem/sm.c @@ -1,5 +1,5 @@ /* GPRS SM interfaces as per 3GPP TS 24.008, TS 24.007 */ -/* (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 * Author: Pau Espin Pedrol <pespin(a)sysmocom.de> * diff --git a/src/host/layer23/src/modem/sndcp.c b/src/host/layer23/src/modem/sndcp.c index 34b85af..d5b3821 100644 --- a/src/host/layer23/src/modem/sndcp.c +++ b/src/host/layer23/src/modem/sndcp.c @@ -1,5 +1,5 @@ /* GPRS SNDCP User/SN/SNSM interfaces as per 3GPP TS 04.65 */ -/* (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 * Author: Pau Espin Pedrol <pespin(a)sysmocom.de> * diff --git a/src/host/layer23/src/modem/vty.c b/src/host/layer23/src/modem/vty.c index 77f0885..d827993 100644 --- a/src/host/layer23/src/modem/vty.c +++ b/src/host/layer23/src/modem/vty.c @@ -1,5 +1,5 @@ /* - * (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 * -- To view, visit
https://gerrit.osmocom.org/c/osmocom-bb/+/32784
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb Gerrit-Branch: master Gerrit-Change-Id: I408cde7f2b4642500e5362052365c92856c02bef Gerrit-Change-Number: 32784 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-MessageType: merged
2 years, 1 month
1
0
0
0
[S] Change in osmocom-bb[master]: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
by laforge
Attention is currently required from: fixeria. laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/osmocom-bb/+/32784
) Change subject: copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmocom-bb/+/32784
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb Gerrit-Branch: master Gerrit-Change-Id: I408cde7f2b4642500e5362052365c92856c02bef Gerrit-Change-Number: 32784 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Comment-Date: Fri, 19 May 2023 08:49:44 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
2 years, 1 month
1
0
0
0
← Newer
1
...
129
130
131
132
133
134
135
...
259
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
Results per page:
10
25
50
100
200