summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/layer1/rfch.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-04-23 15:06:07 +0200
committerHarald Welte <laforge@osmocom.org>2020-04-25 19:08:34 +0200
commit3425527fb78a645ba4285c2ac9f4fc66e4c57fa4 (patch)
tree5f8afe26a37b84701f1b9d6f0c7864e5e020f05a /src/target/firmware/include/layer1/rfch.h
parentb217b9b3e597e96c0541c4493f8f4ded28ed7804 (diff)
firmware/rfch.[ch]: Document functions + constify input arguments
Diffstat (limited to 'src/target/firmware/include/layer1/rfch.h')
-rw-r--r--src/target/firmware/include/layer1/rfch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/include/layer1/rfch.h b/src/target/firmware/include/layer1/rfch.h
index 344523c3..0c4f9a0f 100644
--- a/src/target/firmware/include/layer1/rfch.h
+++ b/src/target/firmware/include/layer1/rfch.h
@@ -3,7 +3,7 @@
struct gsm_time;
-void rfch_get_params(struct gsm_time *t,
+void rfch_get_params(const struct gsm_time *t,
uint16_t *arfcn_p, uint8_t *tsc_p, uint8_t *tn_p);
#endif /* _L1_RFCH_H */