add config option and documentation

This commit is contained in:
Cooper Quintin
2025-07-16 12:51:34 -07:00
committed by Will Greenberg
parent b923d9d5a6
commit fbac464b46
4 changed files with 16 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ export interface AnalyzerConfig {
connection_redirect_2g_downgrade: boolean;
lte_sib6_and_7_downgrade: boolean;
null_cipher: boolean;
nas_null_cipher: boolean;
}
export interface Config {