pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-hnbgw/+/39977?usp=email )
Change subject: cosmetic: Add spec references for RUA, RANAP, HNBAP
......................................................................
cosmetic: Add spec references for RUA, RANAP, HNBAP
Change-Id: I0e638befaa1e5093dc0c95e77414bfd9d9179a66
---
M include/osmocom/hnbgw/hnbgw_hnbap.h
M include/osmocom/hnbgw/hnbgw_ranap.h
M include/osmocom/hnbgw/hnbgw_rua.h
M src/osmo-hnbgw/hnbgw_hnbap.c
M src/osmo-hnbgw/hnbgw_ranap.c
M src/osmo-hnbgw/hnbgw_rua.c
6 files changed, 6 insertions(+), 3 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/include/osmocom/hnbgw/hnbgw_hnbap.h b/include/osmocom/hnbgw/hnbgw_hnbap.h
index d0af955..2f0c5b4 100644
--- a/include/osmocom/hnbgw/hnbgw_hnbap.h
+++ b/include/osmocom/hnbgw/hnbgw_hnbap.h
@@ -1,3 +1,4 @@
+/* HNBAP, 3GPP TS 25.469 */
#pragma once
#include <osmocom/hnbgw/hnbgw.h>
diff --git a/include/osmocom/hnbgw/hnbgw_ranap.h b/include/osmocom/hnbgw/hnbgw_ranap.h
index 50504e6..31f2f57 100644
--- a/include/osmocom/hnbgw/hnbgw_ranap.h
+++ b/include/osmocom/hnbgw/hnbgw_ranap.h
@@ -1,3 +1,4 @@
+/* RANAP, 3GPP TS 25.413 */
#pragma once
#include <osmocom/hnbgw/hnbgw.h>
diff --git a/include/osmocom/hnbgw/hnbgw_rua.h b/include/osmocom/hnbgw/hnbgw_rua.h
index 0bf2de8..b7e7ee6 100644
--- a/include/osmocom/hnbgw/hnbgw_rua.h
+++ b/include/osmocom/hnbgw/hnbgw_rua.h
@@ -1,3 +1,4 @@
+/* RUA, 3GPP TS 25.468 */
#pragma once
#include <osmocom/hnbgw/hnbgw.h>
diff --git a/src/osmo-hnbgw/hnbgw_hnbap.c b/src/osmo-hnbgw/hnbgw_hnbap.c
index e373600..99a27f5 100644
--- a/src/osmo-hnbgw/hnbgw_hnbap.c
+++ b/src/osmo-hnbgw/hnbgw_hnbap.c
@@ -1,4 +1,4 @@
-/* hnb-gw specific code for HNBAP */
+/* hnb-gw specific code for HNBAP, 3GPP TS 25.469 */
/* (C) 2015 by Harald Welte <laforge(a)gnumonks.org>
* All Rights Reserved
diff --git a/src/osmo-hnbgw/hnbgw_ranap.c b/src/osmo-hnbgw/hnbgw_ranap.c
index 7fb7dcb..83215f7 100644
--- a/src/osmo-hnbgw/hnbgw_ranap.c
+++ b/src/osmo-hnbgw/hnbgw_ranap.c
@@ -1,4 +1,4 @@
-/* hnb-gw specific code for RANAP */
+/* hnb-gw specific code for RANAP, 3GPP TS 25.413 */
/* (C) 2015 by Harald Welte <laforge(a)gnumonks.org>
* All Rights Reserved
diff --git a/src/osmo-hnbgw/hnbgw_rua.c b/src/osmo-hnbgw/hnbgw_rua.c
index b804b46..b3342f9 100644
--- a/src/osmo-hnbgw/hnbgw_rua.c
+++ b/src/osmo-hnbgw/hnbgw_rua.c
@@ -1,4 +1,4 @@
-/* hnb-gw specific code for RUA (Ranap User Adaption) */
+/* hnb-gw specific code for RUA (Ranap User Adaption), 3GPP TS 25.468 */
/* (C) 2015 by Harald Welte <laforge(a)gnumonks.org>
* All Rights Reserved
--
To view, visit
https://gerrit.osmocom.org/c/osmo-hnbgw/+/39977?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: I0e638befaa1e5093dc0c95e77414bfd9d9179a66
Gerrit-Change-Number: 39977
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>