From 39aa9ee6dff9bc53441e394a45c30c4de8a53cb1 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 12 Aug 2019 16:23:04 +0200 Subject: gprs_llc.h: Improve documentation of some structs Change-Id: I1b45f45addc87c74f3ae109e544143a1335180de --- include/osmocom/sgsn/gprs_llc.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/osmocom/sgsn/gprs_llc.h b/include/osmocom/sgsn/gprs_llc.h index 711bcd6fd..5b1224804 100644 --- a/include/osmocom/sgsn/gprs_llc.h +++ b/include/osmocom/sgsn/gprs_llc.h @@ -110,13 +110,13 @@ struct gprs_llc_params { uint16_t kU; }; -/* Section 4.7.1: Logical Link Entity: One per DLCI (TLLI + SAPI) */ +/* 3GPP TS 44.064 § 4.7.1: Logical Link Entity: One per DLCI (TLLI + SAPI) */ struct gprs_llc_lle { struct llist_head list; uint32_t sapi; - struct gprs_llc_llme *llme; + struct gprs_llc_llme *llme; /* backpointer to the Logical Link Management Entity */ enum gprs_llc_lle_state state; @@ -156,6 +156,7 @@ struct gprs_llc_lle { #define NUM_SAPIS 16 +/* 3GPP TS 44.064 § 4.7.3: Logical Link Management Entity: One per TLLI */ struct gprs_llc_llme { struct llist_head list; -- cgit v1.2.3