blob: 109b6da865d84128a0b1700b8df5a03ee7ee560f [file] [log] [blame]
Harald Welte393f2bd2015-09-11 17:13:51 +02001#pragma once
2
3#include <stdint.h>
Harald Welte208b7b02015-09-11 17:35:52 +02004#include <sys/types.h>
Harald Welte393f2bd2015-09-11 17:13:51 +02005
Harald Welte056984f2016-01-03 16:31:31 +01006int ranap_bcd_decode(char *out, size_t out_len, const uint8_t *in, size_t in_len);
7int ranap_imsi_encode(uint8_t *out, size_t out_len, const char *in);