update upper layer service list

This commit is contained in:
Giuliano Bellini s294739
2024-07-19 15:55:30 +02:00
parent b1af2bef46
commit 1e582d9ab8
3 changed files with 16 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ fn build_services_phf() {
services_map.entry(key, &val);
num_entries += 1;
}
assert_eq!(num_entries, 12066);
assert_eq!(num_entries, 12078);
writeln!(
&mut output,
@@ -189,6 +189,7 @@ fn get_valid_service_query(s: &str) -> ServiceQuery {
"dhanalakshmi",
"3gpp-w1ap",
"pmsm-webrctl",
"bif-p2p",
] {
safe_words.set(word, Type::SAFE);
}