aboutsummaryrefslogtreecommitdiffstats
path: root/chan_openbsc.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-29Fix RTCP frame receptionSylvain Munaut1-1/+17
2009-09-29Change format of channel naming to use hex for the call refSylvain Munaut1-1/+1
2009-09-29Add skeleton MNCC codeSylvain Munaut1-1/+57
2009-09-29Implement _openbsc_chan_priv_findSylvain Munaut1-3/+15
2009-09-29Add code for RTP setup/cleanup and basic channel integrationSylvain Munaut1-7/+196
2009-09-28Add initial code for channel & private structure allocationSylvain Munaut1-1/+144
2009-09-28Remove useless var and make bsc_gsmnet staticSylvain Munaut1-1/+0
2009-09-28Add lock to protect access to OpenBSC coreSylvain Munaut1-1/+13
2009-09-26Add main startup code of OpenBSC & config loading/samplesSylvain Munaut1-2/+182
2009-09-26Add required OpenBSC files and lib to the buildSylvain Munaut1-0/+5
2009-09-26Add skeleton for the OpenBSC integration / threadSylvain Munaut1-0/+52
2009-09-26Add skeleton for channel driverSylvain Munaut1-0/+226
2009-09-26Initial import: Base skeleton of an asterisk moduleSylvain Munaut1-0/+55