aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-03-24 12:51:17 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2022-03-24 12:51:17 +0100
commit5545bcea5d20a2eb8121d737f29df3ffa11559c4 (patch)
treed527d131e3c36cb724e5e1a4fcc11267d575fd94
parentc97286f839ce4af1bf1bc0e1aefba8c480e91b56 (diff)
pco.h: Fix typo in reference to spec
-rw-r--r--ggsn/pco.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ggsn/pco.h b/ggsn/pco.h
index 7ebe05a..4d999ef 100644
--- a/ggsn/pco.h
+++ b/ggsn/pco.h
@@ -4,7 +4,7 @@
#include "../gtp/pdp.h"
-/* 3GPP TS 24.008 10.6.5.3 */
+/* 3GPP TS 24.008 10.5.6.3 */
enum pco_protocols {
PCO_P_LCP = 0xC021,
PCO_P_PAP = 0xC023,