aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/ranap/iu_helpers.h
blob: 109b6da865d84128a0b1700b8df5a03ee7ee560f (plain)
1
2
3
4
5
6
7
#pragma once

#include <stdint.h>
#include <sys/types.h>

int ranap_bcd_decode(char *out, size_t out_len, const uint8_t *in, size_t in_len);
int ranap_imsi_encode(uint8_t *out, size_t out_len, const char *in);