pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/38376?usp=email )
Change subject: netdev: osmo_netdev_set_ifupdown_ind_cb(): Fix documentation copy-paste error
......................................................................
netdev: osmo_netdev_set_ifupdown_ind_cb(): Fix documentation copy-paste error
Change-Id: I334bc7aa2fde4a880fdf25d57d24b05be8e8df85
---
M src/core/netdev.c
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, but someone else must approve
lynxis lazus: Looks good to me, approved
diff --git a/src/core/netdev.c b/src/core/netdev.c
index 318134a..7ef7657 100644
--- a/src/core/netdev.c
+++ b/src/core/netdev.c
@@ -750,9 +750,9 @@
return netdev->priv_data;
}
-/*! Set data_ind_cb callback, called when a new packet is received on the network interface.
+/*! Set ifupdown_ind_cb callback, called when the link status (UP/DOWN) changes.
* \param[in] netdev The netdev object where the field is set
- * \param[in] data_ind_cb the user provided function to be called when the link status (UP/DOWN) changes
+ * \param[in] ifupdown_ind_cb the user provided function to be called when the link status (UP/DOWN) changes
*/
void osmo_netdev_set_ifupdown_ind_cb(struct osmo_netdev *netdev, osmo_netdev_ifupdown_ind_cb_t ifupdown_ind_cb)
{
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/38376?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I334bc7aa2fde4a880fdf25d57d24b05be8e8df85
Gerrit-Change-Number: 38376
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
lynxis lazus has posted comments on this change by lynxis lazus. ( https://gerrit.osmocom.org/c/osmo-msc/+/38355?usp=email )
Change subject: vlr: fix typo in comment
......................................................................
Patch Set 2:
This change is ready for review.
--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/38355?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I06baf0494fde1d0c8eb6aaf72f5ce6e9134f3905
Gerrit-Change-Number: 38355
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Comment-Date: Fri, 11 Oct 2024 14:55:58 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
lynxis lazus has posted comments on this change by lynxis lazus. ( https://gerrit.osmocom.org/c/osmo-msc/+/38128?usp=email )
Change subject: vlr: refactor the reject cause codes
......................................................................
Patch Set 3:
This change is ready for review.
--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/38128?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ib269e9f865cd23f9f2c0a1bac0e17c95974c1c9f
Gerrit-Change-Number: 38128
Gerrit-PatchSet: 3
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Comment-Date: Fri, 11 Oct 2024 14:55:53 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No