comparison smsc-daemon/record_mo.c @ 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 8680979baeb1
children dfe99a061249
comparison
equal deleted inserted replaced
4:02112c3a04ae 5:cef4677a4cf8
1 /* 1 /*
2 * This C module is part of proto-smsc-daemon concoction, a prototype/test 2 * This C module is part of proto-smsc-daemon concoction, a prototype/test
3 * implementation of a GSUP-based GSM SMSC. It is based on the osmo-demo-euse 3 * implementation of a GSUP-based GSM SMSC. It is based on the osmo-euse-demo
4 * program from OsmoHLR package. 4 * program from OsmoHLR package.
5 * 5 *
6 * proto-smsc-daemon author: Mychaela N. Falconia <falcon@freecalypso.org>, 6 * proto-smsc-daemon author: Mychaela N. Falconia <falcon@freecalypso.org>,
7 * no copyright. 7 * no copyright.
8 * 8 *
9 * osmo-demo-euse author: Harald Welte <laforge@gnumonks.org>, (C) 2018, AGPL3+ 9 * osmo-euse-demo author: Harald Welte <laforge@gnumonks.org>, (C) 2018, AGPL3+
10 */ 10 */
11 11
12 #include <ctype.h> 12 #include <ctype.h>
13 #include <string.h> 13 #include <string.h>
14 #include <stdio.h> 14 #include <stdio.h>