From 1bec3908c6c25a0814872ca3c383f5bfe6babbe8 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 14 Jan 2019 19:31:42 +0100 Subject: LCLS: add GCR comparison helper Change-Id: I9e3b5560a058b976638d03cb819415d237ae9984 --- include/osmocom/gsm/gsm29205.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom/gsm/gsm29205.h') diff --git a/include/osmocom/gsm/gsm29205.h b/include/osmocom/gsm/gsm29205.h index 0c3c153e..f93e34a3 100644 --- a/include/osmocom/gsm/gsm29205.h +++ b/include/osmocom/gsm/gsm29205.h @@ -39,3 +39,4 @@ struct osmo_gcr_parsed { uint8_t osmo_enc_gcr(struct msgb *msg, const struct osmo_gcr_parsed *g); int osmo_dec_gcr(struct osmo_gcr_parsed *gcr, const uint8_t *elem, uint8_t len); +bool osmo_gcr_eq(const struct osmo_gcr_parsed *gcr1, const struct osmo_gcr_parsed *gcr2); -- cgit v1.2.3