aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/osmocom/msc/cell_id_list.h2
-rw-r--r--include/osmocom/msc/codec_filter.h2
-rw-r--r--include/osmocom/msc/mncc_call.h2
-rw-r--r--include/osmocom/msc/msc_a.h2
-rw-r--r--include/osmocom/msc/msc_ho.h2
-rw-r--r--src/libmsc/call_leg.c2
-rw-r--r--src/libmsc/cell_id_list.c2
-rw-r--r--src/libmsc/codec_filter.c2
-rw-r--r--src/libmsc/codec_mapping.c2
-rw-r--r--src/libmsc/e_link.c2
-rw-r--r--src/libmsc/gsup_client_mux.c2
-rw-r--r--src/libmsc/mncc_call.c2
-rw-r--r--src/libmsc/msc_a.c2
-rw-r--r--src/libmsc/msc_a_remote.c2
-rw-r--r--src/libmsc/msc_ho.c2
-rw-r--r--src/libmsc/msc_i.c2
-rw-r--r--src/libmsc/msc_i_remote.c2
-rw-r--r--src/libmsc/msc_t.c2
-rw-r--r--src/libmsc/msc_t_remote.c2
-rw-r--r--src/libmsc/msc_vty.c2
-rw-r--r--src/libmsc/msub.c2
-rw-r--r--src/libmsc/neighbor_ident.c2
-rw-r--r--src/libmsc/paging.c2
-rw-r--r--src/libmsc/ran_conn.c2
-rw-r--r--src/libmsc/ran_infra.c2
-rw-r--r--src/libmsc/ran_msg.c2
-rw-r--r--src/libmsc/ran_msg_a.c2
-rw-r--r--src/libmsc/ran_msg_iu.c2
-rw-r--r--src/libmsc/ran_peer.c2
-rw-r--r--src/libmsc/rtp_stream.c2
-rw-r--r--src/libmsc/sccp_ran.c2
-rw-r--r--src/libmsc/sdp_msg.c2
-rw-r--r--src/libmsc/smsc_vty.c2
33 files changed, 33 insertions, 33 deletions
diff --git a/include/osmocom/msc/cell_id_list.h b/include/osmocom/msc/cell_id_list.h
index c6a7cbbd5..4c0c6eac4 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@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 16315c791..b488e9831 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@sysmocom.de>
+ * (C) 2019-2022 by sysmocom - s.f.m.c. GmbH <info@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 e887cbe7a..084edd5e1 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@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 3b1115500..bb7b8f96d 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@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 ca5618ebd..aedb622dc 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@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 a8c5c4118..2c75d96a9 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@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 580b4f459..907f5f4e9 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@sysmocom.de>
* All Rights Reserved
*
* Author: Neels Hofmeyr
diff --git a/src/libmsc/codec_filter.c b/src/libmsc/codec_filter.c
index c77aeb9ce..674d564a7 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@sysmocom.de>
+ * (C) 2019-2023 by sysmocom - s.f.m.c. GmbH <info@sysmocom.de>
* All Rights Reserved
*
* Author: Neels Hofmeyr
diff --git a/src/libmsc/codec_mapping.c b/src/libmsc/codec_mapping.c
index 69b8ed1e6..81ab79ce6 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@sysmocom.de>
+ * (C) 2019-2023 by sysmocom - s.f.m.c. GmbH <info@sysmocom.de>
* All Rights Reserved
*
* Author: Neels Hofmeyr
diff --git a/src/libmsc/e_link.c b/src/libmsc/e_link.c
index 0a2be795c..b26f53bc5 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@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 3d88349e2..190037720 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@sysmocom.de>
* All Rights Reserved
*
* Author: Neels Hofmeyr
diff --git a/src/libmsc/mncc_call.c b/src/libmsc/mncc_call.c
index 1cf0c3d2d..557f2d749 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@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 e8dc58b8a..917422e41 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@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 e4474f45d..3b9693e59 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@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 d156cd073..746728762 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@sysmocom.de>
* All Rights Reserved
*
* Author: Neels Hofmeyr
diff --git a/src/libmsc/msc_i.c b/src/libmsc/msc_i.c
index f7aab0db1..d3616f3ae 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@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 7b9598423..c5d22a2e3 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@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 7f316a7ec..b3429ed1d 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@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 22c4e22fd..aea763337 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@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 b28ed0d64..5e3a2229c 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@sysmocom.de>
+/* (C) 2016-2018 by sysmocom s.f.m.c. GmbH <info@sysmocom.de>
* Based on OpenBSC interface to quagga VTY (libmsc/vty_interface_layer3.c)
* (C) 2009-2017 by Harald Welte <laforge@gnumonks.org>
* (C) 2009-2011 by Holger Hans Peter Freyther
diff --git a/src/libmsc/msub.c b/src/libmsc/msub.c
index e4dd332e8..ac93665a7 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@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 5120e168e..b3cdf17c4 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@sysmocom.de>
+ * (C) 2018-2019 by sysmocom - s.f.m.c. GmbH <info@sysmocom.de>
* All Rights Reserved
*
* SPDX-License-Identifier: AGPL-3.0+
diff --git a/src/libmsc/paging.c b/src/libmsc/paging.c
index 8fbe81097..9845f99c7 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@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 8418c9eb5..07638016a 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@sysmocom.de>
+ * (C) 2016-2018 by sysmocom s.f.m.c. <info@sysmocom.de>
* All Rights Reserved
*
* Author: Neels Hofmeyr
diff --git a/src/libmsc/ran_infra.c b/src/libmsc/ran_infra.c
index 35dfd614f..6a178403f 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@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 e050303db..11564d8fc 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@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 19402bc11..a371e65b5 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@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 eb7fc9377..13c43fe0a 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@sysmocom.de>
* All Rights Reserved
*
* Author: Neels Hofmeyr
diff --git a/src/libmsc/ran_peer.c b/src/libmsc/ran_peer.c
index fcb5f5ad2..038ef4454 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@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 f28c71b58..6c408affc 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@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 99317b500..9907f200d 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@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 dba154135..d636222df 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@sysmocom.de>
+ * (C) 2019 by sysmocom - s.f.m.c. GmbH <info@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 e99b23657..f30907f4b 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@sysmocom.de>
+/* (C) 2016-2018 by sysmocom s.f.m.c. GmbH <info@sysmocom.de>
* Based on OpenBSC interface to quagga VTY (libmsc/vty_interface_layer3.c)
* (C) 2009-2022 by Harald Welte <laforge@gnumonks.org>
* (C) 2009-2011 by Holger Hans Peter Freyther