aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-ganc
AgeCommit message (Expand)AuthorFilesLines
2015-11-15ganc: fix segfault during memset()Harald Welte1-1/+1
2015-11-15ganc: change hard-coded MCC/MNC to 901-70Harald Welte1-2/+2
2015-11-15ganc: add (currently unused) functions for PAGING REQ and DL XFERHarald Welte1-0/+33
2015-11-15ganc: properly zero-initialize the GAN CCH description IEHarald Welte1-0/+3
2015-11-15Use uint16_t for MCC and MNCHarald Welte1-2/+2
2015-11-15ganc: don't put IP addressess as string into a FQDN attributeHarald Welte1-3/+26
2015-11-15ganc: handle classmark changeHarald Welte2-2/+29
2015-11-15ganc: fix TLV parsing and dump L3 content as hexHarald Welte2-42/+83
2015-11-15ganc: process some more messagesHarald Welte2-15/+82
2015-11-15ganc: update copyright headersHarald Welte3-0/+40
2015-11-15ganc: Correctly return DISCOVERY ACCEPT and REGISTRATION ACCEPTHarald Welte5-16/+197
2015-11-15ganc: fix code to do naything useful at allHarald Welte2-12/+46
2015-11-15osmo-ganc: actually register the accepted fd's with select loopHarald Welte1-0/+3
2015-11-15initial skeleton for accepting UMA/GAN connectionsHarald Welte6-0/+595