summaryrefslogtreecommitdiffstats
path: root/src/shared/libosmocore/include/osmocom/gsm/abis_nm.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-05-27 18:17:05 +0200
committerHarald Welte <laforge@gnumonks.org>2011-05-27 18:17:05 +0200
commit783730eae1cc9eb35f410d1be8f5fb93a1ec6423 (patch)
tree3a1ea93ad0cb9bc498bebb57f6480be72ee4c608 /src/shared/libosmocore/include/osmocom/gsm/abis_nm.h
parentd76345aefa34c576dd142eb64cb0f765cda22933 (diff)
parent4d3a7b124e08a597d5f01fb2a71f3a4677a360a9 (diff)
Merge commit '4d3a7b124e08a597d5f01fb2a71f3a4677a360a9'
Diffstat (limited to 'src/shared/libosmocore/include/osmocom/gsm/abis_nm.h')
-rw-r--r--src/shared/libosmocore/include/osmocom/gsm/abis_nm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/libosmocore/include/osmocom/gsm/abis_nm.h b/src/shared/libosmocore/include/osmocom/gsm/abis_nm.h
index 720b603d..dcc8d4bb 100644
--- a/src/shared/libosmocore/include/osmocom/gsm/abis_nm.h
+++ b/src/shared/libosmocore/include/osmocom/gsm/abis_nm.h
@@ -22,4 +22,6 @@ const char *abis_nm_avail_name(uint8_t avail);
const char *abis_nm_test_name(uint8_t test);
void abis_nm_debugp_foh(int ss, struct abis_om_fom_hdr *foh);
+int abis_nm_chcomb4pchan(enum gsm_phys_chan_config pchan);
+enum abis_nm_chan_comb abis_nm_pchan4chcomb(uint8_t chcomb);
#endif /* _OSMO_GSM_ABIS_NM_H */