aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-ganc
AgeCommit message (Expand)AuthorFilesLines
2012-09-06ganc: use vTvLV_GAN TLV encoder/decoderlaforge/ganc-2012Harald Welte1-9/+2
2012-09-06ganc: Store more data (GERAN LAC, MAC addr, ESSID, ...) of peerHarald Welte3-5/+119
2012-07-18ganc: TCP typo fixHermann Gausterer1-1/+1
2012-07-13ganc: fix free() order between osmo_conn and gan_peerHarald Welte1-5/+9
2012-07-13ganc: Make sure to close tcp socket when closing ganc / track REG stateHarald Welte2-5/+50
2012-07-13ganc vty: show keep-alive time-out for every peer in vtyHarald Welte1-4/+16
2012-07-13ganc: implement release timer for gan_peerHarald Welte2-8/+51
2012-07-13ganc: actually read + use settings from the config fileHarald Welte2-2/+14
2012-07-13ganc: add VTY for 'show gan-peer' and configuring virtual btsHarald Welte3-1/+317
2012-07-13ganc: Add a FIXME about our msgb memory leakHarald Welte1-0/+1
2012-07-13ganc: extend ganc_bts with description and SEGW / GANC IP/portHarald Welte1-0/+7
2012-07-13ganc: destroy peer after read fails or RELEASE has been sentHarald Welte1-0/+14
2012-07-12ganc: Add peer to global list of peers in networkDieter Spaar1-0/+5
2012-07-12ganc: use different host name for default UNCHarald Welte1-1/+1
2012-07-12ganc: implement sending of GA-CSR RELEASEDieter Spaar1-0/+17
2012-07-12ganc: announce < R99 MSC to avoid sequence number in msg_typeHarald Welte1-0/+4
2012-07-12ganc_data: add linked list to connect objectsHarald Welte2-1/+17
2012-07-12ganc: fix segfault during memset()Harald Welte1-1/+1
2012-06-29ganc: change hard-coded MCC/MNC to 901-70Harald Welte1-2/+2
2012-06-29ganc: add (currently unused) functions for PAGING REQ and DL XFERHarald Welte1-0/+33
2012-06-29ganc: properly zero-initialize the GAN CCH description IEHarald Welte1-0/+3
2012-06-28Use uint16_t for MCC and MNCHarald Welte1-2/+2
2012-06-28ganc: don't put IP addressess as string into a FQDN attributeHarald Welte1-3/+26
2012-06-24ganc: handle classmark changeHarald Welte2-2/+29
2012-06-24ganc: fix TLV parsing and dump L3 content as hexHarald Welte2-42/+83
2012-06-24ganc: process some more messagesHarald Welte2-15/+82
2012-06-24ganc: update copyright headersHarald Welte3-0/+40
2012-06-24ganc: Correctly return DISCOVERY ACCEPT and REGISTRATION ACCEPTHarald Welte5-16/+197
2012-06-23ganc: fix code to do naything useful at allHarald Welte2-12/+46
2012-06-23osmo-ganc: actually register the accepted fd's with select loopHarald Welte1-0/+3
2012-06-23initial skeleton for accepting UMA/GAN connectionsHarald Welte6-0/+595