Merge CoA into ReAuthorize logic

Also updated the integration test.
This commit is contained in:
ionutboangiu
2024-02-08 06:59:22 -05:00
committed by Dan Christian Bogos
parent 02c8ed11c1
commit 7129d349a1
7 changed files with 64 additions and 34 deletions

View File

@@ -56,9 +56,10 @@
"diameter_agent": {
"enabled": true,
"sessions_conns": ["*bijson_localhost"],
"asr_template": "*asr",
"rar_template": "*rar",
"forced_disconnect": "*asr", // the request to send to diameter on DisconnectSession <*none|*asr|*rar>
"forced_disconnect": "*asr" // the request to send to diameter on DisconnectSession <*none|*asr|*rar>
},
"apiers": {

View File

@@ -61,7 +61,8 @@
"acct_address": "127.0.0.1:1813"
}
],
"dmr_template": "*dmr"
"dmr_template": "*dmr",
"coa_template": "*coa"
},
"apiers": {