aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
AgeCommit message (Expand)AuthorFilesLines
2016-05-01Identify PDP context by RAB ID, not TEIHarald Welte1-3/+0
2016-05-01SGSN: Use PDP Context NSAPI as RAB IDHarald Welte1-2/+0
2016-04-25RAB parameters: apply use_x213_nsap parameter additionNeels Hofmeyr1-1/+3
2016-04-25paging_signal_data: remove unused lac memberNeels Hofmeyr1-1/+0
2016-04-20add preliminary paging response handling, incompleteNeels Hofmeyr1-0/+14
2016-04-20Add Iu pagingNeels Hofmeyr1-0/+3
2016-04-20iu.c: add registry of RNC-Ids in LACsNeels Hofmeyr1-0/+1
2016-04-19cosmetic: comment, whitespaceNeels Hofmeyr1-1/+1
2016-04-19iu.h: add iu_link_del()Neels Hofmeyr1-0/+2
2016-04-19Iu RANAP event: add IU_EVENT_LINK_INVALIDATEDNeels Hofmeyr1-1/+5
2016-04-19gprs: Keep track of key negotiation and set the key status flag in sec_mod_cmdDaniel Willmann2-2/+2
2016-04-11cscn: record and use LAC on incoming InitialUE msgNeels Hofmeyr1-1/+2
2016-04-11remove subscr_conn_allocate_iu() from public headerNeels Hofmeyr1-4/+0
2016-04-08gprs: Save integrity protection status inside ue ctx, not mm ctxDaniel Willmann2-2/+4
2016-04-08gprs: Use different RAB IDs for activationDaniel Willmann1-0/+2
2016-04-08sgsn: Pass RAB ID to iu_rab_act_ps() functionDaniel Willmann1-1/+1
2016-03-31mscsplit: rewire MSC gsm0808_submit_dtap() to msc_tx_dtap()Neels Hofmeyr1-0/+7
2016-03-31Merge branch 'master' into sysmocom/iuNeels Hofmeyr1-0/+9
2016-03-31MM Auth: introduce AUTH_ERROR constant.Neels Hofmeyr1-0/+1
2016-03-31Add MM Auth test; add auth_action_str() functionNeels Hofmeyr1-0/+8
2016-03-22cscn: implement integrity protectionNeels Hofmeyr2-0/+9
2016-03-22iu_tx_sec_mode_cmd(): add send_ck flag parameterNeels Hofmeyr1-1/+2
2016-03-22cosmetic: whitespace, comment, rename static func rx_iu_event()Neels Hofmeyr1-2/+2
2016-03-18fix build: iu.h: remove iu_rab_act_ps()'s rab_id parameterNeels Hofmeyr1-1/+1
2016-03-18libiu: Change gprs_transp_upd_key to be useful for CS as wellDaniel Willmann2-0/+2
2016-03-17Revert "move to hex TMSI representation"Harald Welte1-1/+1
2016-03-17move to hex TMSI representationVadim Yanitskiy1-1/+1
2016-03-17fix confusing typo in constant (THAN -> THEN)Neels Hofmeyr1-1/+1
2016-03-16libiu: Replace RAB assignment response callback with a general oneDaniel Willmann1-2/+11
2016-03-14fix confusing typo in constant (THAN -> THEN)Neels Hofmeyr1-1/+1
2016-03-04move two gsm0480_send_*() to xsc as gsm0480_gen_*()Neels Hofmeyr1-0/+3
2016-03-04move sms_next_rp_msg_ref() to libxsc, for gsm0408testNeels Hofmeyr1-1/+1
2016-03-04rename nitb vty config to cscn, move to cscn_vty.cNeels Hofmeyr1-1/+2
2016-03-04gsm_subscriber_connection: further split between BSC and MSCNeels Hofmeyr1-10/+20
2016-03-04create libxsc and move some code, never link libbsc and libmscNeels Hofmeyr5-4/+10
2016-03-03wip: exclude more bsc stuff from gsm_subscriber_connNeels Hofmeyr1-7/+7
2016-03-03osmo-bsc: half-fix tz override to allow compilationNeels Hofmeyr1-6/+8
2016-03-03WIP: Try and activate RABs after service requestDaniel Willmann1-0/+6
2016-03-03gprs: Handle GMM service request (Iu mode only)Daniel Willmann1-0/+15
2016-03-03iu.h: fix opaque declaration of RANAP_RAB_SetupOrModifiedItemIEs_sNeels Hofmeyr1-2/+1
2016-03-03libui: Don't assume gsm_network and gsm_subscriber_conncetion in libiuDaniel Willmann1-5/+1
2016-03-03msc: define extern iu_tx()Neels Hofmeyr1-0/+3
2016-03-03gsm0408_rcvmsg_iucs: remove unused link_id arg.Neels Hofmeyr1-1/+1
2016-03-03msc: implicitly link to iu_tx, don't have callbacks.Neels Hofmeyr1-48/+15
2016-03-03libiu: Add support for RAB assignment response callbackDaniel Willmann1-1/+7
2016-03-03sgsn_libgtp: Update rab (de)act function names to libui versionDaniel Willmann1-0/+1
2016-03-03sgsn_iu: Parse the RAB assignemnt response and get pdp ctx form itDaniel Willmann1-1/+0
2016-03-03sgsn: Add a function to return the pdp ctx for an mm ctx and teiDaniel Willmann1-0/+3
2016-03-03sgsn: Get gtp ip and teid from pdp context in gprs_iu_rab_act()Daniel Willmann1-1/+1
2016-03-03WIP: Wait for radio bearer before sending pdp context acceptDaniel Willmann1-1/+4