From 9b455bf801411d0d3297febab68011e8ab6c13d9 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 14 Mar 2010 15:45:01 +0800 Subject: Create new 'gprs-sgsn' branch on top of 'gprs-conf' This branch contains the partial SGSN/GGSN implementation that was originally developed as part of the gprs branch. --- openbsc/include/openbsc/crc24.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 openbsc/include/openbsc/crc24.h (limited to 'openbsc/include/openbsc/crc24.h') diff --git a/openbsc/include/openbsc/crc24.h b/openbsc/include/openbsc/crc24.h new file mode 100644 index 000000000..358fcb58f --- /dev/null +++ b/openbsc/include/openbsc/crc24.h @@ -0,0 +1,8 @@ +#ifndef _CRC24_H +#define _CRC24_H + +#define INIT_CRC24 0xffffff + +u_int32_t crc24_calc(u_int32_t fcs, u_int8_t *cp, unsigned int len); + +#endif -- cgit v1.2.3