annotate doc/app_sip.conf.sample @ 1502:515421a9ac5e

Add 3GPP TS 29.154 V15.3.0 (2019-09) Add AVPs: - Network-Area-Info-List, OctetString, code 4201, section 5.3.2 - Number-Of-UEs, Unsigned32, code 4209, section 5.3.10 - Reference-Id, OctetString, code 4202, section 5.3.3 - Transfer-Request-Type, Unsigned32, code 4203, section 5.3.4 - Time-Window, Grouped, code 4204, section 5.3.5 - Transfer-End-Time, Time, code 4205, section 5.3.6 - Transfer-Policy, Grouped, code 4207, section 5.3.8 - Transfer-Policy-Id, Unsigned32, code 4208, section 5.3.9 - Transfer-Start-Time, Time, code 4206, section 5.3.7 - Access-Network-Reports, Grouped, code 4210, section A.6.3.2 - Event-Configuration, Grouped, code 4211, section A.6.3.3 - Event-Configuration-State, Unsigned32, code 4212, section A.6.3.4 - Event-Configuration-Status, Grouped, code 4213, section A.6.3.5 - Event-Reporting-Results, Unsigned32, code 4214, section A.6.3.6 - Event-Reports, Grouped, code 4215, section A.6.3.7 - Extended-SCEF-Reference-ID, Unsigned64, code 4216, section A.6.3.8
author Luke Mewburn <luke@mewburn.net>
date Fri, 03 Apr 2020 15:33:12 +1100
parents f38bff0bf3e9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
392
8e260030f32c Added configuration file for app_sip and test_sip
Alexandre Westfahl <awestfahl@freediameter.net>
parents:
diff changeset
1
8e260030f32c Added configuration file for app_sip and test_sip
Alexandre Westfahl <awestfahl@freediameter.net>
parents:
diff changeset
2 # MODE Diameter-SIP server (DSSERVER) or Subscriber Locator (SL)
432
533188d2e6cc Corrected bugs on SAR/SAA; added SQL files
Alexandre Westfahl <awestfahl@freediameter.net>
parents: 392
diff changeset
3 #You must have at least in your network a Diameter SIP server and a Subscriber Locator (on different nodes)
392
8e260030f32c Added configuration file for app_sip and test_sip
Alexandre Westfahl <awestfahl@freediameter.net>
parents:
diff changeset
4 mode = DSSERVER;
8e260030f32c Added configuration file for app_sip and test_sip
Alexandre Westfahl <awestfahl@freediameter.net>
parents:
diff changeset
5
432
533188d2e6cc Corrected bugs on SAR/SAA; added SQL files
Alexandre Westfahl <awestfahl@freediameter.net>
parents: 392
diff changeset
6
440
f38bff0bf3e9 Added dynamic port choice for app_sip
Alexandre Westfahl <awestfahl@freediameter.net>
parents: 432
diff changeset
7 # Administrator commands port (port should be provided with "-p" in remote line)
f38bff0bf3e9 Added dynamic port choice for app_sip
Alexandre Westfahl <awestfahl@freediameter.net>
parents: 432
diff changeset
8 ppr_port=90;
f38bff0bf3e9 Added dynamic port choice for app_sip
Alexandre Westfahl <awestfahl@freediameter.net>
parents: 432
diff changeset
9 rtr_port=91;
f38bff0bf3e9 Added dynamic port choice for app_sip
Alexandre Westfahl <awestfahl@freediameter.net>
parents: 432
diff changeset
10
f38bff0bf3e9 Added dynamic port choice for app_sip
Alexandre Westfahl <awestfahl@freediameter.net>
parents: 432
diff changeset
11
432
533188d2e6cc Corrected bugs on SAR/SAA; added SQL files
Alexandre Westfahl <awestfahl@freediameter.net>
parents: 392
diff changeset
12 #******************#
533188d2e6cc Corrected bugs on SAR/SAA; added SQL files
Alexandre Westfahl <awestfahl@freediameter.net>
parents: 392
diff changeset
13 #*****DATABASE*****#
533188d2e6cc Corrected bugs on SAR/SAA; added SQL files
Alexandre Westfahl <awestfahl@freediameter.net>
parents: 392
diff changeset
14 #******************#
392
8e260030f32c Added configuration file for app_sip and test_sip
Alexandre Westfahl <awestfahl@freediameter.net>
parents:
diff changeset
15 # DATASOURCE: MYSQL
8e260030f32c Added configuration file for app_sip and test_sip
Alexandre Westfahl <awestfahl@freediameter.net>
parents:
diff changeset
16 datasource = MYSQL;
8e260030f32c Added configuration file for app_sip and test_sip
Alexandre Westfahl <awestfahl@freediameter.net>
parents:
diff changeset
17
8e260030f32c Added configuration file for app_sip and test_sip
Alexandre Westfahl <awestfahl@freediameter.net>
parents:
diff changeset
18 #MYSQL connection details
8e260030f32c Added configuration file for app_sip and test_sip
Alexandre Westfahl <awestfahl@freediameter.net>
parents:
diff changeset
19 mysql_login = "login";
8e260030f32c Added configuration file for app_sip and test_sip
Alexandre Westfahl <awestfahl@freediameter.net>
parents:
diff changeset
20 mysql_password = "password";
8e260030f32c Added configuration file for app_sip and test_sip
Alexandre Westfahl <awestfahl@freediameter.net>
parents:
diff changeset
21 mysql_database = "db";
8e260030f32c Added configuration file for app_sip and test_sip
Alexandre Westfahl <awestfahl@freediameter.net>
parents:
diff changeset
22 mysql_server = "server.fr";
432
533188d2e6cc Corrected bugs on SAR/SAA; added SQL files
Alexandre Westfahl <awestfahl@freediameter.net>
parents: 392
diff changeset
23
533188d2e6cc Corrected bugs on SAR/SAA; added SQL files
Alexandre Westfahl <awestfahl@freediameter.net>
parents: 392
diff changeset
24 #If value=0, default port for mysql will be set
392
8e260030f32c Added configuration file for app_sip and test_sip
Alexandre Westfahl <awestfahl@freediameter.net>
parents:
diff changeset
25 mysql_port = 0;
432
533188d2e6cc Corrected bugs on SAR/SAA; added SQL files
Alexandre Westfahl <awestfahl@freediameter.net>
parents: 392
diff changeset
26
533188d2e6cc Corrected bugs on SAR/SAA; added SQL files
Alexandre Westfahl <awestfahl@freediameter.net>
parents: 392
diff changeset
27 #Prefix for tables (default is "ds")
533188d2e6cc Corrected bugs on SAR/SAA; added SQL files
Alexandre Westfahl <awestfahl@freediameter.net>
parents: 392
diff changeset
28 mysql_prefix = "ds";
"Welcome to our mercurial repository"