pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/42564?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: sigtran_sap.h: Fix comment stating RK(DE)_REG prims are not implemented ......................................................................
sigtran_sap.h: Fix comment stating RK(DE)_REG prims are not implemented
Change-Id: I81a4df1a826fed2f24a4c7ca410b514b1251b44d --- M include/osmocom/sigtran/sigtran_sap.h 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: fixeria: Looks good to me, approved Jenkins Builder: Verified
diff --git a/include/osmocom/sigtran/sigtran_sap.h b/include/osmocom/sigtran/sigtran_sap.h index f0e623d..161d0e1 100644 --- a/include/osmocom/sigtran/sigtran_sap.h +++ b/include/osmocom/sigtran/sigtran_sap.h @@ -27,7 +27,7 @@ OSMO_XLM_PRIM_M_AS_ACTIVE, OSMO_XLM_PRIM_M_AS_INACTIVE, OSMO_XLM_PRIM_M_AS_DOWN, - /* optional as per spec, not implemented yet */ + /* optional as per spec: */ OSMO_XLM_PRIM_M_RK_REG, OSMO_XLM_PRIM_M_RK_DEREG, };