# HG changeset patch # User Mychaela Falconia # Date 1693001261 28800 # Node ID cef4677a4cf86917cb82424a1233566b1eaae542 # Parent 02112c3a04ae8b4fc54c6373347b6e784da94ced smsc-daemon: the starting program is called osmo-euse-demo diff -r 02112c3a04ae -r cef4677a4cf8 smsc-daemon/gsup_rx.c --- a/smsc-daemon/gsup_rx.c Wed Aug 23 20:43:21 2023 -0800 +++ b/smsc-daemon/gsup_rx.c Fri Aug 25 14:07:41 2023 -0800 @@ -1,12 +1,12 @@ /* * This C module is part of proto-smsc-daemon concoction, a prototype/test - * implementation of a GSUP-based GSM SMSC. It is based on the osmo-demo-euse + * implementation of a GSUP-based GSM SMSC. It is based on the osmo-euse-demo * program from OsmoHLR package. * * proto-smsc-daemon author: Mychaela N. Falconia , * no copyright. * - * osmo-demo-euse author: Harald Welte , (C) 2018, AGPL3+ + * osmo-euse-demo author: Harald Welte , (C) 2018, AGPL3+ */ #include diff -r 02112c3a04ae -r cef4677a4cf8 smsc-daemon/main.c --- a/smsc-daemon/main.c Wed Aug 23 20:43:21 2023 -0800 +++ b/smsc-daemon/main.c Fri Aug 25 14:07:41 2023 -0800 @@ -1,12 +1,12 @@ /* * This C module is part of proto-smsc-daemon concoction, a prototype/test - * implementation of a GSUP-based GSM SMSC. It is based on the osmo-demo-euse + * implementation of a GSUP-based GSM SMSC. It is based on the osmo-euse-demo * program from OsmoHLR package. * * proto-smsc-daemon author: Mychaela N. Falconia , * no copyright. * - * osmo-demo-euse author: Harald Welte , (C) 2018, AGPL3+ + * osmo-euse-demo author: Harald Welte , (C) 2018, AGPL3+ */ #include diff -r 02112c3a04ae -r cef4677a4cf8 smsc-daemon/record_mo.c --- a/smsc-daemon/record_mo.c Wed Aug 23 20:43:21 2023 -0800 +++ b/smsc-daemon/record_mo.c Fri Aug 25 14:07:41 2023 -0800 @@ -1,12 +1,12 @@ /* * This C module is part of proto-smsc-daemon concoction, a prototype/test - * implementation of a GSUP-based GSM SMSC. It is based on the osmo-demo-euse + * implementation of a GSUP-based GSM SMSC. It is based on the osmo-euse-demo * program from OsmoHLR package. * * proto-smsc-daemon author: Mychaela N. Falconia , * no copyright. * - * osmo-demo-euse author: Harald Welte , (C) 2018, AGPL3+ + * osmo-euse-demo author: Harald Welte , (C) 2018, AGPL3+ */ #include