aboutsummaryrefslogtreecommitdiffstats
path: root/src/channel.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-19channel: add subtype ID to osmo_chan_createPablo Neira Ayuso1-3/+16
2012-08-19channel: osmo_chan_init takes one pointer to set the talloc contextPablo Neira Ayuso1-3/+7
2012-08-19channel: rename CHAN_* to OSMO_CHAN_* for correct namespace policyPablo Neira Ayuso1-1/+1
2012-08-19channel: use linked list instead of array of existing channelsPablo Neira Ayuso1-10/+29
2012-08-16channel: display error messages for channel_open()Pablo Neira Ayuso1-2/+9
2012-08-16add abis_ipa_client channelPablo Neira Ayuso1-0/+2
2012-08-15channel: abis-ipa: shorter function namesPablo Neira Ayuso1-2/+2
2011-11-08src: add generic channel infrastructure and A-bis IPA server supportPablo Neira Ayuso1-0/+52