aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libiu
AgeCommit message (Expand)AuthorFilesLines
2016-05-01iu_rab_act_ps: Use GGSN-side TEI in RAB Assignment RequesetHarald Welte1-3/+3
2016-05-01libiu: Fix missing break statements in switch in cn_ranap_handle_co()Harald Welte1-0/+2
2016-04-25RAB: add debug log for PS RAB assignmentNeels Hofmeyr1-0/+4
2016-04-25RAB parameters: apply use_x213_nsap parameter additionNeels Hofmeyr1-2/+3
2016-04-20cn_ranap_handle_co: add error rc and logging for PR OutcomeNeels Hofmeyr1-0/+5
2016-04-20cosmetic: debug and error logging, comment tweaksNeels Hofmeyr1-1/+24
2016-04-20Add Iu pagingNeels Hofmeyr1-0/+79
2016-04-20iu.c: add registry of RNC-Ids in LACsNeels Hofmeyr2-2/+129
2016-04-19iu.c: introduce talloc_iu_ctxNeels Hofmeyr1-3/+6
2016-04-19cosmetic: comment, whitespaceNeels Hofmeyr1-2/+1
2016-04-19iu.h: add iu_link_del()Neels Hofmeyr1-0/+15
2016-04-19gprs: Keep track of key negotiation and set the key status flag in sec_mod_cmdDaniel Willmann1-2/+2
2016-04-11iu.c: check return value of ranap_parse_lai()Neels Hofmeyr1-2/+8
2016-04-08sgsn: Pass RAB ID to iu_rab_act_ps() functionDaniel Willmann1-3/+2
2016-03-22iu_tx_sec_mode_cmd(): add send_ck flag parameterNeels Hofmeyr1-6/+9
2016-03-22cosmetic: whitespace, comment, rename static func rx_iu_event()Neels Hofmeyr1-2/+0
2016-03-18iu.c: log conn_id on outgoing messagesNeels Hofmeyr1-1/+2
2016-03-18libiu: Change gprs_transp_upd_key to be useful for CS as wellDaniel Willmann1-35/+29
2016-03-16libiu: Replace RAB assignment response callback with a general oneDaniel Willmann1-10/+7
2016-03-03Revert "iu.c: avoid warning by declaring ranap_free_rab_setupormodifieditemie...Daniel Willmann1-2/+0
2016-03-03libiu: Use custom setupormodifieditemies functionDaniel Willmann1-1/+1
2016-03-03libiu: Indicate in log where we don't handle a specific messageDaniel Willmann1-0/+2
2016-03-03libui: Don't assume gsm_network and gsm_subscriber_conncetion in libiuDaniel Willmann1-19/+9
2016-03-03iu.c: avoid warning by declaring ranap_free_rab_setupormodifieditemies()Neels Hofmeyr1-0/+2
2016-03-03libiu: Add support for RAB assignment response callbackDaniel Willmann1-28/+10
2016-03-03sgsn_libgtp: Update rab (de)act function names to libui versionDaniel Willmann1-1/+1
2016-03-03sgsn_iu/libgtp: Update pdp context with new IP address after RAB assignDaniel Willmann1-0/+3
2016-03-03sgsn_iu: Parse the RAB assignemnt response and get pdp ctx form itDaniel Willmann1-13/+28
2016-03-03sgsn: Get gtp ip and teid from pdp context in gprs_iu_rab_act()Daniel Willmann1-2/+10
2016-03-03gprs: Fix some misleading commentsDaniel Willmann1-1/+1
2016-03-03WIP: Wait for radio bearer before sending pdp context acceptDaniel Willmann1-3/+14
2016-03-03HACK: ranap_decode_rab_setupormodifieditemies crashes so disable itDaniel Willmann1-1/+2
2016-03-03sgsn_iu: RABAssignment response is an Outcome, not a Successful oneDaniel Willmann1-5/+7
2016-03-03rename IFACE_IUCS to IFACE_IUNeels Hofmeyr1-1/+1
2016-03-03mscsplit: remove bts and lchan pointers from libmscNeels Hofmeyr1-8/+21
2016-03-03put Iu-common and Iu-CS stuff in proper placesNeels Hofmeyr2-0/+473