aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/gsm48_ie.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-11-11 23:10:00 +0100
committerHarald Welte <laforge@osmocom.org>2020-11-11 23:11:15 +0100
commitc2118940aaf15967ec33061a40b50f4a6e2f0ecf (patch)
tree91bbb8943dcdcc013d59c5277ad40bb62f70c7f0 /include/osmocom/gsm/gsm48_ie.h
parent1b75e4bbd1780a1fbd949fe679cb908820188d3d (diff)
Revert "gsm_04_08: add parser for Mobile Station Classmark 3"
This reverts commit a4939dc8461c0a2d8e67aa3bb95bfb73ad9225b7, which caused massive build failures in C++ programs like osmo-pcu - unsurprisingly, as it calls a struct member "class", which is a reserved keyword in C++. Change-Id: Ia43e56385e7b580f492c560aee8ff8b1e8a0e1d8
Diffstat (limited to 'include/osmocom/gsm/gsm48_ie.h')
-rw-r--r--include/osmocom/gsm/gsm48_ie.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/osmocom/gsm/gsm48_ie.h b/include/osmocom/gsm/gsm48_ie.h
index b79cbfcb..339aa136 100644
--- a/include/osmocom/gsm/gsm48_ie.h
+++ b/include/osmocom/gsm/gsm48_ie.h
@@ -119,7 +119,3 @@ struct gsm_sysinfo_freq {
/* decode "Cell Channel Description" (10.5.2.1b) and other frequency lists */
int gsm48_decode_freq_list(struct gsm_sysinfo_freq *f, uint8_t *cd,
uint8_t len, uint8_t mask, uint8_t frqt);
-
-/* decode "CSN.1 encoded Classmark 3" (10.5.1.7) */
-int gsm48_decode_classmark3(struct gsm48_classmark3 *classmark3_out,
- const uint8_t *classmark3, size_t classmark3_len);