FreeCalypso > hg > osmo-playpen
changeset 5:cef4677a4cf8
smsc-daemon: the starting program is called osmo-euse-demo
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 25 Aug 2023 14:07:41 -0800 |
parents | 02112c3a04ae |
children | 18b7f75fed9b |
files | smsc-daemon/gsup_rx.c smsc-daemon/main.c smsc-daemon/record_mo.c |
diffstat | 3 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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 <falcon@freecalypso.org>, * no copyright. * - * osmo-demo-euse author: Harald Welte <laforge@gnumonks.org>, (C) 2018, AGPL3+ + * osmo-euse-demo author: Harald Welte <laforge@gnumonks.org>, (C) 2018, AGPL3+ */ #include <ctype.h>
--- 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 <falcon@freecalypso.org>, * no copyright. * - * osmo-demo-euse author: Harald Welte <laforge@gnumonks.org>, (C) 2018, AGPL3+ + * osmo-euse-demo author: Harald Welte <laforge@gnumonks.org>, (C) 2018, AGPL3+ */ #include <ctype.h>
--- 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 <falcon@freecalypso.org>, * no copyright. * - * osmo-demo-euse author: Harald Welte <laforge@gnumonks.org>, (C) 2018, AGPL3+ + * osmo-euse-demo author: Harald Welte <laforge@gnumonks.org>, (C) 2018, AGPL3+ */ #include <ctype.h>